
/* CSS Document */
@import url(css/jquery-ui.min.css);
@import url(css/fontawesome.css);
@import url(css/bootstrap-select.min.css);
@import url(css/menu.css);
@import url(css/ace-responsive-menu.css);
@import url(css/megadropdown.css);
@import url(css/simplebar.min.css);
@import url(css/progressbar.css);
@import url(css/flaticon.css);
@import url(css/animate.css);
@import url(css/slider.css);
@import url(css/magnific-popup.css);
@import url(css/timecounter.css);
@import url(css/googlemap.css);
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
/* Table of contents */


/*== Typography ==*/
/* Search Overlay */
/*== Header Top Style ==*/
/* Header Top Search Field css home2 */
/*== Menu Style For Home V1 & V2 ==*/
/*== Menu Style For Home V2 ==*/
/*== Menu Style For Home V3 ==*/
/*== Menu Style For Home V4 ==*/
/*== Menu Style For Home V5 ==*/
/*== Menu Style For Home V6 ==*/
/*== Menu Style For Home V7 ==*/
/*== Mobile Menu Css ==*/
/*== Home Css ==*/
/* ==== Home 2 Main Sliders === */
/*== Home Icon Box ==*/
/*== Home Five Overlay Slider ==*/
/*== School Category Courses ==*/
/*== Feature Property ==*/
/*== Property Cities ==*/
/*== Search Smart Property ==*/
/*== Single Property ==*/
/*== Listing Single V5 Page Sticky Nav ==*/
/*== Why Choose Us ==*/
/*== Popular Job Categories => Icon Hover Image Box ==*/
/*== Funfact Counter ==*/
/*== Footer Social Widget ==*/
/*== 1st Layout Footer ==*/
/*== Footer Widget ==*/
/*== Inner Pages Breadcrumb ==*/
/*== About Page About Content ==*/
/*== About home3 ==*/
/*== Testimonials Grid ==*/
/*== Blog Post Home V1 ==*/
/*== Team Slider Code ==*/
/*== Pricing Table Four ==*/
/*== Our Partners ==*/
/*== Error/404 Page ==*/
/*== Invoice Page ==*/
/*== Service Pages Style Code ==*/
/*== LogIn Register Page ==*/
/* Create a custom checkbox */
/*== Search Widget Faq Page ==*/
/*== Question Widget Faq Page ==*/
/*== Terms & Condition Page ==*/
/*== Tab Widget UI Page ==*/
/*== Table Widget UI Page ==*/
/*== Message Box Widget UI Page ==*/
/*== Form Input Widget UI Page ==*/
/*== Form Textarea Widget UI Page ==*/
/*== Form Tooltip Widget UI Page ==*/
/*== Select Search Box Widget UI Page ==*/
/*== Radiobox, Checkbox, Switch Widget UI Page ==*/
/*== CheckBox Widget UI Page ==*/
/*== SwithcBox Widget UI Page ==*/
/*== Select Box Widget UI Page ==*/
/*== MultiSelect CheckBox Widget UI Page ==*/
/*== Blog Post Main Page ==*/
/*== Blog Grid Post ==*/
/*== Search Widget Blog Page ==*/
/*== Category Widget Blog Page ==*/
/*== Recent Post Widget Blog Page ==*/
/*== Tag Widget Blog Page ==*/
/*== BlokQuote Blog Sinlge Page ==*/
/*== Next Prev Pagination Blog Sinlge Page ==*/
/*== Commenting Blog Sinlge Page ==*/
/*== Commenting Form Blog Sinlge Page ==*/
/*== Dashbord details Page ==*/
/*== Header User Notification & User ID ==*/
/*== Header User Setting ID ==*/
/*== Candidate Job Review Page Table ==*/
/*== My Resume Page ==*/
/*== Message Page ==*/
/*== DashBoard Pages ==*/
/*== sidebar about widget ==*/
/*== Pricing SLider ==*/
/*== Profile Avatar ==*/
/*== Alpha v2 Page ==*/
/*== Testimonials Home V3 ==*/
/*== Contact Page ==*/
/*== Maximage_slider ==*/
/*== Color Area ==*/
/*== Button Area ==*/
/*== Fonts Size, Font Weights, Height, Display & Position ==*/
/*== Custome Margin Padding ==*/
/*== BackGround Images ==*/
/*== BackGround Color White Overlay ==*/
/*== Parallax Css ==*/
/*== Divider Css ==*/
/*== Chart Js Css ==*/
/*== Tags Bar Css ==*/
/*== arrow fontawesome icon to the right */
/*== Shop Page Style ==*/
/*== Shop Order Page Style ==*/
/*== Shop Chaeckout Page Style ==*/
/*== Shop Single Page Style ==*/

/*== Typography ==*/
html {
  font-size: 100%;
  scroll-behavior: auto !important;
}

body {
  background-attachment: fixed;
  background-color: #ffffff;
  color: #5F6973;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  overflow-x: hidden;
  transition: inherit;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
body.body_overlay{
  position: fixed;
  transform: translate(0, 0);
  width: 100%;
}
body.body_overlay:before{
  background-color: rgba(10,35,87, .3);
  bottom: 0;
  content:"";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  transform: translate(330px, 0);
}
.body_home2_style{
  padding: 0 60px 60px 60px;
}
.body_home2_style section{
  border-radius: 16px;
}
.bodyoverlay2{
  position: relative;
}
.bodyoverlay2:before{
  background-color: rgba(10,35,87, .03);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}
img {
  max-width: 100%;}

p {
  color: #5F6973;
  font-weight: 400;}
b{
  font-weight: 600;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0; }

iframe {
  border: none;
  width: 100%; }

a {
  color: #1A3760;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;}
  a:hover, a:focus {
    color: #1A3760;
    text-decoration: none;
    outline: none;}
  a img {
    border: none;}
.form-control{
  height: 50px;
}
.form-control:active,
.form-control:focus{
  box-shadow: none;
  outline: none;
}

iframe {
  border: none; }

::selection {
  background: #1A3760;
  color: #ffffff;
  text-shadow: none; }

::-moz-selection {
  /* Firefox */
  background: #1A3760;
  color: #ffffff;
  text-shadow: none; }

::-webkit-selection {
  /* Safari */
  background: #1A3760;
  color: #ffffff;
  text-shadow: none; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Poppins', sans-serif;
  line-height: 1.2;
  color: #1A3760; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #1A3760;
    font-weight: 400; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
  .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
    color: #1A3760;
    font-weight: 400; }

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
  font-weight: 600; }

h5, h6,
.h5, .h6 {
  font-weight: 500;}

h1, .h1 {
  font-size: 36px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 18px; }

h5, .h5 {
  font-size: 15px; }

h6, .h6 {
  font-size: 12px; }
p,
ul,
ol,
dl,
dt,
dd,
blockquote,
address {
  margin: 0 0 10px; }

.body-color{
  color: #5F6973;
}
.bgc-heading-color{
  background-color: #1A3760;
}
.heading-color{
  color: #1A3760;
}
.border-left{
  border-left: 1px solid #E6E9EC;
}
.border-right{
  border-right: 1px solid #E6E9EC;
}
.bdr_none{
  border: none !important;
}
.bb_none{
  border-bottom: none !important;
}
.vat{
  vertical-align: top;
}
.vab{
  vertical-align: bottom;
}
.vam{
  vertical-align: middle;
}
.vatt{
  vertical-align: text-top;
}
.z0{
  z-index: 0 !important;
}
.z-1{
  z-index: -1;
}
.z-2{
  z-index: -2;
}
.z-3{
  z-index: -3;
}
.z-4{
  z-index: -4;
}
.z-5{
  z-index: -5;
}
.z1{
  z-index: 1;
}
.z9{
  z-index: 9;
}
.z99{
  z-index: 99;
}
.social_icons li{
  background-color: transparent;
  border-radius: 3px;
  height: 30px;
  line-height: 30px;
  margin-right: 0 !important;
  width: 30px;
  text-align: center;
}
.social_icons li:hover{
  background-color: rgba(105, 105, 105, .1);
}
.social_icons li a{
  color: #5F6973;
  font-size: 13px;
}

.ff-fontawesome {
  font-family: FontAwesome !important; }

.sign_up_modal:before {
  background-color: rgba(13, 38, 59, .5);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.sign_up_modal.modal .close:focus{
  outline: none;
}
.sign_up_modal .tab-content .tab-pane.active{
  display: block;
}
.sign_up_modal .modal-header {
  border: none;
  border-radius: 50%;
  background-color: #E6E9EC;
  height: 30px;
  line-height: 30px;
  padding: 3px 9px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 13px;
  width: 30px;
  z-index: 9;
}
.sign_up_modal .modal-header .btn-close{
  margin: 0;
  padding: 0;
}
.sign_up_tab.nav.nav-tabs{
  border: none;
}
.log_reg_form .sign_up_tab li:first-child,
.sign_up_tab li:first-child{
  margin-right: 30px;
}
.sign_up_tab li.nav-item{
  text-align: center;
}
.sign_up_tab li.nav-item .nav-link{
  background-color: transparent;
  border: none;
  color: rgba(18, 18, 18, 0.3);
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 24px;
  margin: 0;
  padding: 0;
  position: relative;
  text-transform: uppercase;
}
.sign_up_tab li.nav-item .nav-link.active{
  background-color: transparent;
  border: none;
  color: #1A3760;
}
.sign_up_tab li.nav-item .nav-link.active:before{
  background-color: #1A3760;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.log_reg_form{
  background-color: #fff;
  border-radius: 4px;
  position: relative;
  padding: 60px;
}
.sign_up_form .nav.nav-pills .nav-item .nav-link{
  color: #5F6973;
  border-radius: 60px;
  font-size: 15px;
  padding: 15px 35px;
}
.modal-backdrop{
  display: none;
}
.list_c .icon{
  position: relative;
}
.list_c .icon .badge{
  border-radius: 50%;
  color: #fff;
  font-size: 10px;
  height: 16px;
  left: -11px;
  line-height: 7px;
  padding: 4px;
  position: absolute;
  width: 16px;
}
.cart {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.cart > li,
.cart > .list {
  cursor: pointer;
  font-size: 14px;
  flex-grow: 1;
  flex-shrink: 0;
  position: relative;
}
.cart > li:hover .dropdown_content,
.cart > .list:hover .dropdown_content {
  opacity: 1;
  visibility: visible;
  z-index: 9;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}
.cart > li:hover .dropdown_content:before,
.cart > .list:hover .dropdown_content:before {
  background-color: transparent;
  content: "";
  height: 17px;
  position: absolute;
  right: 0;
  top: -12px;
  width: 100%;
}
.dropdown_content {
  background: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);  /* Firefox 3.5 - 3.6 */
  box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  display: flex;
  height: 468px;
  flex-direction: column;
  margin: 0;
  opacity: 0;
  padding: 20px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 120%;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  visibility: hidden;
  width: 360px;
  z-index: -1;
}
.dropdown_content > li {
  border-bottom: 1px solid #ebebeb;
  cursor: pointer;
  padding: 20px;
}
.dropdown_content > li:first-child{
  padding-top: 0;
}
.dropdown_content > li:last-child{
  border-bottom: none;
}
.dropdown_content .list_content a img{
  border-radius: 4px;
  margin-right: 20px;
  width: 70px;
}
.dropdown_content .list_content a p{
  color: #1A3760;
  margin-bottom: 0;
  margin-top: 10px;
  line-height: normal;
}
.dropdown_content .list_content a small{
  font-size: 14px;
  margin: 0;
}
.dropdown_content .list_content a .close_icon{
  font-size: 14px;
  margin: -10px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dropdown_content .list_content h5{
  color: #212121;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  margin-bottom: 15px;
  text-align: left;
}
.dropdown_content .list_content .cart_btns{
  border: 1px solid transparent;
  margin-right: 10px;
}
.dropdown_content .list_content .cart_btns:hover {
  background-color: #2ac4ea;
  border: 1px solid #2ac4ea;
  color: #fff;
}
.dropdown_content .list_content .cart_btns,
.dropdown_content .list_content .checkout_btns{
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  height: 50px;
  line-height: 40px !important;
  width: 150px;
}
.adv_src_pmodal .title{
  color: #1A3760;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}
.adv_src_pmodal .form-group{
  margin-bottom: 0;
}
.adv_src_pmodal .area_input{
  border: none;
  border-bottom: 2px solid #E6E9EC;
  border-radius: 0;
  font-size: 14px;
  height: 40px;
  padding-left: 0;
  width: 45%;
}
.adv_src_pmodal .area_input:active,
.adv_src_pmodal .area_input:focus,
.adv_src_pmodal .property_id_input:active,
.adv_src_pmodal .property_id_input:focus{
  border-bottom: 2px solid #1947E2;
}
.adv_src_pmodal .property_id_input{
  border: none;
  border-bottom: 2px solid #E6E9EC;
  border-radius: 0;
  font-size: 14px;
  height: 40px;
  padding-left: 0;
}
.adv_src_pmodal .bootstrap-select>.dropdown-toggle{
  font-size: 14px;
  height: 40px;
  line-height: normal;
}
.adv_src_pmodal .ui_kit_select_box .bootstrap-select>.dropdown-toggle{
  height: 40px;
  line-height: normal;
}
.popup_modal_wrapper{
  padding: 15px 0;
}
.adv_src_pmodal #slider-range-value1,
.adv_src_pmodal #slider-range-value2{
  margin-top: 20px;
  width: 120px;
}
.adv_src_pmodal  .ui_kit_checkbox .custom-control-label{
  margin-bottom: 0;
}
.adv_src_pmodal .btn{
  height: 55px;
}
/* Search Overlay */
.search_overlay{
  height: 100%;
  width: 100%;
}
.mk-search-trigger {
  position: absolute;
}
.mk-search-trigger.style2 {
  position: absolute;
  right: 72px;
  top: 26px;
}
.mk-search-trigger.style2:before{
  background-color: rgb(232, 238, 242);
  content: "";
  height: 38px;
  position: absolute;
  right: -15px;
  top: 0;
  width: 1px;
}
.search_overlay.home3 .mk-search-trigger{
  position: relative;
  top: 0;
}
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform input[type=submit],
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper2 #mk-fullscreen-searchform2 input[type=submit] {
  position: absolute;
  width: 100px;
  height: 100%;
  background-color: transparent;
  border: 0;
  right: 0;
  top: 0;
}
#mk-fullscreen-searchform:focus,
#mk-fullscreen-searchform2:focus{
  outline: none;
  border: none;
}
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform .fullscreen-search-icon,
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper2 #mk-fullscreen-searchform2 .fullscreen-search-icon {
  font-size: 25px;
  position: absolute;
  right: 15px;
  width: 25px;
  top: 15px;
  color: #1A3760;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.fullscreen-search-icon:hover,
.fullscreen-search-icon:focus{
  border: none;
  outline: none;
  -webkit-transition: transform ease-out .2s;
  -moz-transition: transform ease-out .2s;
  -ms-transition: transform ease-out .2s;
  -o-transition: transform ease-out .2s;
  transition: transform ease-out .2s;
}
#mk-fullscreen-searchform,
#mk-fullscreen-searchform2 {
  position: relative;
  vertical-align: middle;
}
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input,
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper2 #mk-fullscreen-searchform2 #mk-fullscreen-search-input2 {
  background-color: #ffffff;
  border: 0;
  border-radius: 5px;
  color: #262626;
  font-size: 17px;
  padding: 20px;
  width: 800px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper #mk-fullscreen-searchform #mk-fullscreen-search-input:focus,
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper2 #mk-fullscreen-searchform2 #mk-fullscreen-search-input2:focus{
  border: none;
  outline: none;
}
.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show {
  visibility: visible;
  opacity: 1;
}
.mk-fullscreen-search-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, .94);
  text-align: center;
  -webkit-transition: all ease-in-out .25s;
  -moz-transition: all ease-in-out .25s;
  -ms-transition: all ease-in-out .25s;
  -o-transition: all ease-in-out .25s;
  transition: all ease-in-out .25s;
}
.mk-animate-element,
.mk-effect-bg-layer,
.mk-fullscreen-search-overlay {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.mk-fullscreen-search-overlay {
  z-index: 9999;
}
.mk-fullscreen-search-overlay .mk-fullscreen-close:link,
.mk-fullscreen-search-overlay .mk-fullscreen-close:visited {
  border: none;
  color: #fff;
}
.mk-fullscreen-search-overlay .mk-fullscreen-close {
  background-color: transparent;
  border: none;
  color: #fff;
  position: absolute;
  right: 50px;
  top: 70px;
  font-size: 26px;
  -webkit-transition: transform ease-out .2s;
  -moz-transition: transform ease-out .2s;
  -ms-transition: transform ease-out .2s;
  -o-transition: transform ease-out .2s;
  transition: transform ease-out .2s;
}
.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show #mk-fullscreen-search-wrapper,
.mk-fullscreen-search-overlay.mk-fullscreen-search-overlay-show #mk-fullscreen-search-wrapper2 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper,
.mk-fullscreen-search-overlay #mk-fullscreen-search-wrapper2 {
  display: inline-block;
  max-width: 1000px;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out .3s;
  -moz-transition: all ease-in-out .3s;
  -ms-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}
.mk-search-trigger {
  -webkit-transition: color .2s ease-in-out;
  -moz-transition: color .2s ease-in-out;
  -ms-transition: color .2s ease-in-out;
  -o-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out
}
#search-button,
#search-button2 {
  cursor: pointer;
  opacity: 1;
  position: relative;
  vertical-align: middle;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
}
#search-button i,
#search-button2 i{
  color: #1A3760;
  font-size: 22px;
}
/*== Header Top Style ==*/
.header_top{
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: inline-block;
  padding: 10px 0;
  position: relative;
  width: 100%;
}
.header_top.dashbord_style{
  background-color: #fff;
  position: fixed;
  z-index: 9;
}
.header-nav.menu_style_home_one.home3_style{
  border-top: 1px solid rgba(26, 55, 96, .1);
}
.header-nav.menu_style_home_one.home3_style.dashbord_style{
  padding: 0 45px;
}
.header_top_contact_opening_widget,
.header_top_social_widgets{
  position: relative;
}
.header_top_contact_opening_widget ul li a,
.header_top_social_widgets ul li a{
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
  margin-right: 20px;
}

.home3_style .header_top_contact_opening_widget ul li a,
.home3_style .header_top_social_widgets ul li a{
  color: #1A3760;
}
.header_top_social_widgets ul li a{
  margin-right: 8px;
}
.header_top_social_widgets ul li:nth-child(5) a{
  margin-right: 0;
}
.header_top_social_widgets ul li:last-child a{
  margin-right: 0;
  padding-left: 10px;
}
.header_top_social_widgets ul li:last-child a{
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.home3_style .header_top_social_widgets ul li:last-child a{
  border-left: 1px solid rgba(26, 55, 96, 0.2);
}
.header_top_contact_opening_widget ul li a span{
  font-size: 15px;
  margin-right: 10px;
  vertical-align: middle;
}
.header_middle_advnc_search{
  position: relative;
}
.header_middle_advnc_search .search_form_wrapper{
  border-radius: 4px;
  border: 1px solid #EAEAEA;
}
.header_middle_advnc_search.home2 .search_form_wrapper{
  background-color: #fff;
}
.header_middle_advnc_search.home4 .search_form_wrapper{
  background-color: #fff;
  border: none;
  border-radius: 0;
  margin-right: 2px;
}
.advscrh_frm_btn.home4 .search-btn{
  background-color: #41544A;
  border-radius: 0;
}
.advscrh_frm_btn .search-btn{
  background-color: #1947E2;
  border-radius: 0 4px 4px 0;
  color: #fff;
  height: 50px;
  line-height: 35px;
  text-align: center;
  width: 50px;
}
.advscrh_frm_btn .search-btn.home3{
  background-color: #CF3E3B;
}
.advscrh_frm_btn.home7_style .search-btn{
  background-color: #849D6A;
}
.header_middle{
  display: inline-block;
  position: relative;
  width: 100%;
}
.home5_header_top_contact{
  position: relative;
  margin-bottom: 0;
  margin-top: 10px;
}
.home5_header_top_contact li a{
  font-size: 13px;
}
.home5_header_top_contact li a span{
  margin-right: 5px;
  vertical-align: middle;
}
.sign_up_btn.home5{
  margin-bottom: 0;
  margin-top: 4px;
}
.sign_up_btn.home5 li a span,
.sign_up_btn.home5 li a i{
  font-size: 12px;
  font-weight: 400;
}
.sign_up_btn.home5 li a .text{
  font-size: 14px;
}
.iconbox{
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.iconbox .icon{
  border: 1px solid #EAEAEA;
  border-radius: 50%;
  height: 125px;
  margin: 0 auto 20px;
  text-align: center;
  width: 125px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.iconbox .icon img{
  display: inline;
  height: 40px;
  margin: 45px auto 0;
  width: 40px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.iconbox:hover .icon{
  border: 1px solid #1947E2;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}
.iconbox:hover .icon img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.iconbox .details .title{
  text-transform: uppercase;
}
.iconbox:hover .details .title{
  color: #1947E2;
}
.home5_iconbox{
  position: relative;
}
.home5_iconbox li .icon{
  border-radius: 50%;
  height: 100px;
  line-height: 100px;
  margin-bottom: 20px;
  text-align: center;
  width: 100px;
}
.home5_iconbox li .icon span{
  color: #fff;
  font-size: 33px;
}
.home5_iconbox li:hover .icon{
  background-color: #1947E2;
  cursor: pointer;
}
.home5_iconbox li p{
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.iconbox.home9_style{
  margin: 20px 0 30px;
}
.iconbox.home9_style .thumb img{
  margin: 0 auto;
  width: 115px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.iconbox.home9_style:hover .thumb img{  
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.light_white,
.light_white:hover{
  color: rgba(255,255,255, 0.5);
}
.iconbox_home2{
  background-color: rgba(245, 195, 75, 0.9);
  border-radius: 8px;
  padding: 50px 45px 40px;
  position: relative;
}
.iconbox_home2 .icon{
  color: #1A3760;
  font-size: 60px;
  -webkit-transition: transform .6s ease-in-out;
  -moz-transition: transform .6s ease-in-out;
  -o-transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
}
.iconbox_home2.style2{
  background-color: rgba(25, 71, 226, 0.9);
}
.iconbox_home2:hover .icon{
  transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}
.iconbox_home2.style2 .icon{
  color: #fff;  
}
.iconbox_home2.style2 .details .title{
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0em;
}
.iconbox_home2.style2 .details p{
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}
.iconbox_home2.style2 .details .title,
.iconbox_home2.style2 .details p{
  color: #fff;
}
.iconbox_home2.home3_style{
  background-color: #cb281f;
  padding: 90px 190px 85px 45px;
}
.iconbox_home2.style2.home3_style{
  background-color: #1A3760;
  padding: 90px 45px 85px 190px;
}
.iconbox_home2.home6_style{
  background-color: rgba(245, 195, 75, .9);
  padding: 55px 53px 52px 45px ;
}
.iconbox_home2.home6_style.style2{
  background-color: rgba(10, 35, 87, .9);
  padding: 55px 53px 52px 45px ;
}
.iconbox_home4_style{
  background-color: #fff;
  border-radius: 16px;
  text-align: center;
  padding: 40px 40px 25px;
  -webkit-box-shadow: 0px 18px 60px rgba(23, 26, 33, 0.05);
  -moz-box-shadow: 0px 18px 60px rgba(23, 26, 33, 0.05);
  -o-box-shadow: 0px 18px 60px rgba(23, 26, 33, 0.05);
  box-shadow: 0px 18px 60px rgba(23, 26, 33, 0.05);
}
.iconbox_home6_style{
  padding: 30px 30px 30px 0;
  position: relative;
}
.iconbox_home4_style .icon,
.iconbox_home6_style .icon{
  border-radius: 50%;
  font-size: 25px;
  height: 60px;
  line-height: 60px;
  margin-bottom: 30px;
  text-align: center;
  width: 60px;
  margin-left: 43%}
.iconbox_home4_style .icon.one,
.iconbox_home6_style .icon.one{
  background-color: #cb281f;
}
.iconbox_home4_style .icon.one span,
.iconbox_home6_style .icon.one span{
  color: #fff;
}
.iconbox_home4_style .icon.two,
.iconbox_home6_style .icon.two{
  background-color: #1A3760;
}
.iconbox_home4_style .icon.two span,
.iconbox_home6_style .icon.two span{
  color: #fff;
}

.iconbox_home6_style .icon.three{
  background-color: #E7F7EC;
}
.iconbox_home4_style .icon.three{
  background-color: #E6F4F7;
}
.iconbox_home4_style .icon.three span,
.iconbox_home6_style .icon.three span{
  color: #77CB87;
}

.iconbox_home6_style .icon.four{
  background-color: #F2E6F0;
}
.iconbox_home4_style .icon.four{
  background-color: #F7E4E5;
}
.iconbox_home4_style .details p{
  margin-bottom: 30px;font-size: 16px;line-height: 20px
}
.iconbox_home4_style .icon.four span,
.iconbox_home6_style .icon.four span{
  color: #CE7ABF;
}
.iconbox_home6_style .details .title{
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0em;
  margin-bottom: 25px;
}
.iconbox_home6_style .details p{
  width: 75%;  
}
/* Header Top Search Field css home2 */
.header_search_widget.home1 .mailchimp_form .form-control{
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #ffffff;
  height: 50px;
  padding-left: 30px;
  width: 280px;
}
.header_search_widget.home1 .mailchimp_form input[type="text"].form-control::-webkit-input-placeholder{
  font-size: 15px;
  color: #ffffff;
  line-height: 1.4;
}
.header_search_widget.home1 .mailchimp_form input[type="text"].form-control::-webkit-input-placeholder,
.header_search_widget.home1 .mailchimp_form input[type="text"].form-control::-moz-placeholder{
  color: #ffffff;  
}
.header_search_widget.home1 .mailchimp_form button{
  color: #ffffff;
}
.header_search_widget.home1 .mailchimp_form button:active,
.header_search_widget.home1 .mailchimp_form button:focus,
.header_search_widget.home1 .mailchimp_form button:hover{
  background-color: transparent;
  color: #ffffff;
}


.header_search_widget.inner_page .mailchimp_form .form-control{
  background-color: transparent;
  border: none;
  border-radius: 0;
  height: 50px;
  padding-left: 30px;
  width: 280px;
}
.header_search_widget.inner_page .mailchimp_form input[type="text"].form-control::-webkit-input-placeholder{
  font-size: 15px;
  color: #1A3760;
  line-height: 1.4;
}
.header_search_widget.inner_page .mailchimp_form input[type="text"].form-control::-webkit-input-placeholder,
.header_search_widget.inner_page .mailchimp_form input[type="text"].form-control::-moz-placeholder{
  color: #1A3760; 
}
.header_search_widget.inner_page .mailchimp_form button{
  color: #1A3760;
}
.header_search_widget.inner_page .mailchimp_form button:active,
.header_search_widget.inner_page .mailchimp_form button:focus,
.header_search_widget.inner_page .mailchimp_form button:hover{
  background-color: transparent;
  color: #1A3760;
}




.menu_style_home_one.stricky-fixed .header_search_widget.home1 .mailchimp_form input[type="text"].form-control::-webkit-input-placeholder,
.menu_style_home_one.stricky-fixed .header_search_widget.home1 .mailchimp_form button{
  color: #1A3760;
}
.menu_style_home_one.stricky-fixed .header_search_widget.home1 .mailchimp_form input[type="text"].form-control::-moz-placeholder{
  color: #1A3760;
}

.header_search_widget .mailchimp_form .form-control{
  background-color: #f7f7f7;
  border: none;
  border-radius: 25px;
  height: 50px;
  padding-left: 30px;
  width: 350px;
}
.header_search_widget .mailchimp_form input[type="text"].form-control::-webkit-input-placeholder{
  font-size: 14px;
  color: #1A3760;
  line-height: 1.2;
}
form.form-inline.mailchimp_form{
	display: inline-flex;
}
.header_search_widget .mailchimp_form button{
  background-color: transparent;
  border: none;
  border-radius: 50%;
  color: #1A3760;
  font-size: 22px;
  height: 45px;
  line-height: 36px;
}
.header_search_widget .mailchimp_form button:active,
.header_search_widget .mailchimp_form button:focus{
  color: #0D263B !important;
  border: none;
  box-shadow: none !important;
  outline: none;
}
.ht_left_widget,
.ht_right_widget{
  margin-top: 20px;
}
.ht_left_widget.style2{
  margin-top: 15px;
}
.ht_left_widget ul,
.ht_right_widget ul{
  margin-bottom: 0;
}
.ht_left_widget ul li{
  position: relative;
  vertical-align: middle;
}
.ht_right_widget ul li.list-inline-item:nth-child(2){
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  margin-left: 10px;
  padding-right: 15px;
  text-align: center;
}
.ht_left_widget ul li.list-inline-item:first-child{
  margin-right: 25px;
}
.ht_right_widget ul{
  margin-bottom: 0;
}
.ht_right_widget ul li a,
.ht_right_widget a.btn.cart_btn{
  color: #a4a4a4;
  font-size: 14px;
}
.ht_right_widget ul li a,
.home3_header_top_contact li a{
}
.ht_left_widget.home3 .cd-dropdown-trigger,
.ht_left_widget.home3 .no-touch .cd-dropdown-trigger.dropdown-is-active:hover,
.ht_left_widget.home3 .no-touch .cd-dropdown-trigger:hover{
  background-color: #ffffff !important;
  color: #1A3760;
}
.ht_left_widget.home3 .cd-dropdown-trigger{
  text-transform: capitalize;
}
.ht_left_widget.home3 .cd-dropdown-trigger::before,
.ht_left_widget.home3 .cd-dropdown-trigger::after{
  background-color: #1A3760;
}
.ht_right_widget a.btn.cart_btn span{
  background-color: #ffffff;
}
.menu6_search.home6 .mk-search-trigger{
  margin-left: -25px;
  top: 22px;
}
.menu6_search.home6 .mk-search-trigger{
  top: 17px;
}
.header_top_lang_widget_home6 button.btn.dropdown-toggle::after{
  vertical-align: middle;
}
.header_top_lang_widget_home6 .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
  width: auto;
}
.header_top_lang_widget_home6 button.btn.dropdown-toggle:active,
.header_top_lang_widget_home6 button.btn.dropdown-toggle:focus,
.header_top_lang_widget .btn-light:not(:disabled):not(.disabled).active:focus,
.header_top_lang_widget .btn-light:not(:disabled):not(.disabled):active:focus,
.header_top_lang_widget .show>.btn-light.dropdown-toggle:focus,
.header_top_lang_widget button.btn:active,
.header_top_lang_widget button.btn:focus,
.header_top_lang_widget button.btn.dropdown-toggle:focus,
.header_top_lang_widget button.btn.dropdown-toggle .filter-option:focus,
.header_top_lang_widget .dropdown.bootstrap-select.show-tick:focus{
  box-shadow: none !important;
  outline: none !important;
}
.header_top_lang_widget .dropdown.bootstrap-select.show-tick{
  width: auto;
}
.cd-dropdown-content .cd-secondary-dropdown a{
}
li.has-children a{
  line-height: 51px;
}
/*== Menu Style For Home V1 & V2 ==*/
.menu-style-one nav.transparent,
.menu-style-one nav.transparent .wrap-core-nav-list, 
.menu-style-one nav.transparent .nav-header {
  background-color: transparent;
}
nav .wrap-core-nav-list,
nav .nav-header {
  background: #fff;
}
nav .brand {
  display: block;
  position: relative;
  width: 170px;
  top: 20px;
}
nav .brand img {
  width: 100%;
}
nav .menu li a {
  display: block;
  padding: 20px 25px;
  text-decoration: none;
  color: #3a3a3a;
}
nav .menu li.active > a,
nav .menu li a:hover {
  color: #e74c3c;
}
nav button {
  background: transparent;
  border: none;
  outline: none;
}
header.header-nav.dashbord_pages {
  padding: 0 5px 0 15px;
}
header.header-nav a.navbar_brand {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  /*margin-right: 37px;*/
  margin-top: 8px;
  position: relative;
}
header.header-nav a.navbar_brand img{width: 160px;height: auto}
.menu_style_home_one{
  background-color: #ffffff;
}
header.header-nav a.navbar_brand .logo2{
  display: none;
}
/*header.header-nav.menu_style_home_one,
header.header-nav.menu_style_home_one.home3_style{
  height: 84px;
  margin-top: 40px;
}*/
header.header-nav.menu_style_home_one.home2_style,
header.header-nav.menu_style_home_one.home5_style{
  height: auto;
  margin-top: 0;
}
/*header.header-nav.menu_style_home_one.home3_style.home2_style{
  top: 0 !important;
}*/
header.header-nav.menu_style_home_one.home5_style .header-menu-widgets li.list_c a{
  margin-left: 15px;
  margin-right: 0;
}
header.header-nav.menu_style_home_one.home2_style .container-fluid,
header.header-nav.menu_style_home_one.home3_style.home2_style .container-fluid{
  padding: 0 90px;
}
.header_top.home3_style .container-fluid,.home3_style .container-fluid,.inner_page_breadcrumb .container-fluid,
header.header-nav.menu_style_home_one.home_map_style .container-fluid
{
  padding: 0 60px;
}
header.header-nav.menu_style_home_one.home7_style .container-fluid{
  padding: 0 25px;
}
header.header-nav.menu_style_home_one.transparent{
      background-color: #fff;
    border: 1px solid #EAEAEA;
    border-radius: 60px;
    margin: 0 auto;
    max-width: 1700px;
    padding: 10px 15px 70px;
    width: 100%;
    -webkit-box-shadow: 0px 18px 60px rgb(23 26 33 / 5%);
    -moz-box-shadow: 0px 18px 60px rgba(23, 26, 33, 0.05);
    -o-box-shadow: 0px 18px 60px rgba(23, 26, 33, 0.05);
    box-shadow: 0px 2px 10px rgb(23 26 33 / 20%);
}
header.header-nav.menu_style_home_one.transparent.scroll-to-fixed-fixed.stricky-fixed.slideInDown.animated,
header.header-nav.menu_style_home_one.home3_style.scroll-to-fixed-fixed.stricky-fixed.slideInDown.animated{
  background-color: #fff;
  margin-top: 0;
}
header.header-nav.menu_style_home_one.transparent.scroll-to-fixed-fixed.stricky-fixed.slideInDown.animated a.navbar_brand{
  margin-top: 17px;
}
header.header-nav.menu_style_home_one.home5_style.transparent.scroll-to-fixed-fixed.stricky-fixed.slideInDown.animated a.navbar_brand{
  margin-top: 0;
  top: 20px;
}
header.header-nav.menu_style_home_one.stricky-fixed .ace-responsive-menu > li.add_listing a{
  border: 1px solid #1A3760;
}
header.header-nav.menu_style_home_one.stricky-fixed .ace-responsive-menu > li.sidebar_panel > a span,
header.header-nav.menu_style_home_one.stricky-fixed .ace-responsive-menu > li.sidebar_panel > a span:before{
  background-color: #1A3760;
}
header.header-nav.menu_style_home_one.home2{
  background-color: #496054;
  border-top: none;
}
header.header-nav.menu_style_home_one.home10_style{
  display: inline-block;
  width: 100%;
}
header.header-nav.menu_style_home_one.home2 .ace-responsive-menu li a,
header.header-nav.menu_style_home_one.home3 .ace-responsive-menu li a{
  color: #fff;
}
header.header-nav.menu_style_home_one.home3{
  background-color: #CF3E3B;
  border-top: none;
}
header.header-nav.menu_style_home_one.home2 .ace-responsive-menu li.home4_style.list_c a{
  padding-top: 0;
}
header.header-nav.menu_style_home_one.stricky-fixed li.list_s:before{
  background-color: #e8eef2;
  opacity: 1;
}
header.header-nav.menu_style_home_one.dashbord_pages{
  background-image: -moz-linear-gradient( 0deg, rgb(52,82,255) 0%, rgb(255,16,83) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(52,82,255) 0%, rgb(255,16,83) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(52,82,255) 0%, rgb(255,16,83) 100%);
}
header.header-nav.menu_style_home_one.navbar-scrolltofixed.stricky.animated,
header.header-nav.home2.style_one.navbar-scrolltofixed.stricky.animated,
header.header-nav.menu_style_home_eight.navbar-scrolltofixed.stricky.animated{
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}
header.header-nav.menu_style_home_one.home6_style.scroll-to-fixed-fixed.stricky-fixed.slideInDown.animated,
header.header-nav.menu_style_home_one.home8_style.scroll-to-fixed-fixed.stricky-fixed.slideInDown.animated{
  margin-top: 0;
}
header.header-nav.menu_style_home_one.home5_style .ace-responsive-menu > li.list_c{
  margin-right: 0;
}
header.header-nav.menu_style_home_one.home5_style a.navbar_brand{
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 30px;
  width: 10%;
}
header.header-nav.menu_style_home_one.home6_style{
  display: inline-block;
  width: 100%;
}
header.header-nav.menu_style_home_one.home6_style a.navbar_brand{
  margin-right: 35px;
  margin-top: 23px;
  position: relative;
}
header.header-nav.menu_style_home_one.stricky-fixed a.navbar_brand .logo1,
header.header-nav.menu_style_home_four.stricky-fixed a.navbar_brand .logo1{
  display: none;
}
header.header-nav.menu_style_home_one.stricky-fixed a.navbar_brand .logo2,
header.header-nav.menu_style_home_four.stricky-fixed a.navbar_brand .logo2{
  display: inline-block;
}
header.header-nav.menu_style_home_one.home2_style a.navbar_brand span{
  font-size: 25px;
  margin-top: 5px;
}
header.header-nav.menu_style_home_one.home10_style a.navbar_brand span,
header.header-nav.menu_style_home_one.home10_style .ace-responsive-menu li a{
  color: #1A3760;
}
header.header-nav.menu_style_home_one.stricky-fixed .ace-responsive-menu > li > a.active span,
header.header-nav.menu_style_home_one.stricky-fixed .ace-responsive-menu li a.active span,
header.header-nav.menu_style_home_one.stricky-fixed .ace-responsive-menu li a,
header.header-nav.menu_style_home_one.stricky-fixed .sign_up_btn .btn,
header.header-nav.menu_style_home_one.stricky-fixed #search-button i{
  color: #1A3760;
  padding: 30px 9px 30px;
}
header.header-nav.menu_style_home_one.home2.stricky-fixed .ace-responsive-menu > li > a,
header.header-nav.menu_style_home_one.home3.stricky-fixed .ace-responsive-menu > li > a,
header.header-nav.menu_style_home_one.home9_style.stricky-fixed a.navbar_brand span{
  color: #fff;
}
header.header-nav.menu_style_home_one.dashbord_pages.stricky-fixed a.navbar_brand span,
header.header-nav.menu_style_home_one.dashbord_pages.stricky-fixed li a{
  color: #ffffff;
}
header.header-nav.menu_style_home_one .ace-responsive-menu li a{
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-transform: capitalize
}
header.header-nav.menu_style_home_one.home2_style .ace-responsive-menu li a,
header.header-nav.menu_style_home_one.home3_style .ace-responsive-menu li a/*,
header.header-nav.menu_style_home_one.home5_style .ace-responsive-menu li a*/
{
  color: #1A3760;
}
header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu,
header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu,
header.header-nav.menu_style_home_four .ace-responsive-menu li ul.sub-menu,
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu,
header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu,
header.header-nav.menu_style_home_seven .ace-responsive-menu li ul.sub-menu,
header.header-nav.menu_style_home_eight .ace-responsive-menu li ul.sub-menu{
  background-color: #ffffff;
  border-radius: 8px;
  padding: 15px 0;
  -webkit-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.1);
  -moz-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.1);
  -o-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.1);
  box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.1);
  z-index: 9;
}
header.header-nav.menu_style_home_one.home2 .ace-responsive-menu li ul.sub-menu{
  border-top: 2px solid #41544A;
}
header.header-nav.menu_style_home_one .ace-responsive-menu li.megamenu_style:hover ul.sub-menu.dropdown-megamenu{
  left: 0;
  margin: 0 auto;
  padding: 30px 0 30px;
  right: 0;
  width: 100%;
}
header.header-nav.menu_style_home_one .ace-responsive-menu li.megamenu_style.home10_style:hover ul.sub-menu.dropdown-megamenu{
  max-width: 1320px;
}
header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu.dropdown-megamenu li.mega_menu_list ul.sub-menu,
header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu.dropdown-megamenu li.mega_menu_list ul.sub-menu li{
  background-color: transparent;
}

header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu.dropdown-megamenu li.mega_menu_list{
  float: left;
  padding: 0 15px;
}
header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu.dropdown-megamenu li a:before{
  bottom: 0;
}
header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu.dropdown-megamenu li a:hover:before{
  width: 100%;
}
header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu.dropdown-megamenu li a.shop_btn.style2{
  position: relative;
  max-width: 75px;
}
header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu.dropdown-megamenu ul.sub-menu{
  border: none;
  box-shadow: none;
  display: block !important;
  float: left;
  left: auto !important;
  margin: 0;
  padding: 0;
  position: relative;
}
header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu.dropdown-megamenu ul.sub-menu li{
  margin: 0;
  padding: 0 15px;
}
header.header-nav.menu_style_home_one.home3 .ace-responsive-menu li ul.sub-menu{
  border-top: 2px solid #CF3E3B;
}
header.header-nav.menu_style_home_one.home6 .ace-responsive-menu li ul.sub-menu{
  border-top: 2px solid #F2B23E;
}
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu{
  border-top: 2px solid #FF385C;
}
header.header-nav.menu_style_home_one.home5_style .ace-responsive-menu li.list_c .icon,
header.header-nav.menu_style_home_one.home6_style .ace-responsive-menu li.list_c .icon,
header.header-nav.menu_style_home_one.home8_style .ace-responsive-menu li.list_c .icon,
header.header-nav.menu_style_home_one.home9_style .ace-responsive-menu li.list_c .icon,
header.header-nav.menu_style_home_one.home10_style .ace-responsive-menu li.list_c .icon{
  font-size: 20px;
  font-weight: 400;
}
header.header-nav.menu_style_home_one.home6_style .ace-responsive-menu li.favrt_btn{
  margin-left: 10px;
}
header.header-nav.menu_style_home_one.home6_style .ace-responsive-menu li.cart_dd_brn{
  margin-left: 15px;
}
header.header-nav.menu_style_home_one.home6_style .ace-responsive-menu li.cart_dd_brn ul.sub-menu li a{
  border: none;
}
header.header-nav.menu_style_home_one.home6_style .ace-responsive-menu li.cart_dd_brn ul.dropdown_content.sub-menu{
  padding-top: 0;
}
header.header-nav.menu_style_home_one.home6_style .ace-responsive-menu li.cart_dd_brn ul li{
  padding: 20px;
}
header.header-nav.menu_style_home_one.home6_style .ace-responsive-menu li.cart_dd_brn ul.sub-menu li a.btn{
  float: left;
  line-height: 30px;
}
header.header-nav.menu_style_home_one.home8_style .ace-responsive-menu > li > a:before{
  background-color: #1947E2;
}
header.header-nav.menu_style_home_one.home6_style .ace-responsive-menu li ul.sub-menu li.list_content{
  width: 360px;
}
header.header-nav.menu_style_home_one.home6_style .ace-responsive-menu.custom_menu_space_home2 li a,
header.header-nav.menu_style_home_one.home6_style a.navbar_brand span,
header.header-nav.menu_style_home_one.home7_style .ace-responsive-menu > li > a{
  color: #1A3760;
}
header.header-nav.menu_style_home_one.home7_style{
  border-bottom: 1px solid rgba(255,255,255, .15);
}
header.header-nav.menu_style_home_one.home9_style{
  display: inline-block;
  width: 100%;
}
header.header-nav.menu_style_home_one.home7_style .ace-responsive-menu > li > a:before{
  bottom: 15px;
}

header.header-nav.menu_style_home_one.home9_style .ace-responsive-menu li a{
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
header.header-nav.menu_style_home_one.home7_style .ace-responsive-menu li a{
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
header.header-nav.menu_style_home_one.home9_style .ace-responsive-menu li a{
  padding: 25px 10px;
}
header.header-nav.menu_style_home_one.home9_style .ace-responsive-menu li.list_c .list_content a{
  padding: 5px 0;
}
header.header-nav.menu_style_home_one.home10_style .ace-responsive-menu li ul.sub-menu{
  border-top: 2px solid #006766;
}
header.header-nav.menu_style_home_one .ace-responsive-menu > li:first-child ul.sub-menu,
header.header-nav.menu_style_home_one .ace-responsive-menu > li:nth-child(2) ul.sub-menu,
header.header-nav.home2.style_one .ace-responsive-menu > li:first-child ul.sub-menu,
header.header-nav.home2.style_one .ace-responsive-menu > li:nth-child(2) ul.sub-menu{
  margin-left: 0;
}
header.header-nav.menu_style_home_one .ace-responsive-menu > li:first-child ul.sub-menu:before,
header.header-nav.menu_style_home_one .ace-responsive-menu > li:nth-child(2) ul.sub-menu:before,
header.header-nav.home2.style_one .ace-responsive-menu > li:first-child ul.sub-menu:before,
header.header-nav.home2.style_one .ace-responsive-menu > li:nth-child(2) ul.sub-menu:before{
  left: 25px;
}
header.header-nav.menu_style_home_one .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_one .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_one .ace-responsive-menu li:nth-child(4) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_one .ace-responsive-menu li:nth-child(5) ul.sub-menu li ul.sub-menu,
header.header-nav.home2.style_one .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.home2.style_one .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu,
header.header-nav.home2.style_one .ace-responsive-menu li:nth-child(4) ul.sub-menu li ul.sub-menu,
header.header-nav.home2.style_one .ace-responsive-menu li:nth-child(5) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_three .ace-responsive-menu li:nth-child(4) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_three .ace-responsive-menu li:nth-child(5) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_three .ace-responsive-menu li:nth-child(6) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_four .ace-responsive-menu li:nth-child(4) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_four .ace-responsive-menu li:nth-child(5) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_four .ace-responsive-menu li:nth-child(6) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_five .ace-responsive-menu li:nth-child(4) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_five .ace-responsive-menu li:nth-child(5) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_five .ace-responsive-menu li:nth-child(6) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_six .ace-responsive-menu li:nth-child(4) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_six .ace-responsive-menu li:nth-child(5) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_six .ace-responsive-menu li:nth-child(6) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_seven .ace-responsive-menu li:nth-child(4) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_seven .ace-responsive-menu li:nth-child(5) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_seven .ace-responsive-menu li:nth-child(6) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_eight .ace-responsive-menu li:nth-child(4) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_eight .ace-responsive-menu li:nth-child(5) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_eight .ace-responsive-menu li:nth-child(6) ul.sub-menu li ul.sub-menu{
  left: 250px;
  z-index: 1;
}
header.header-nav.menu_style_home_one .ace-responsive-menu > li > ul.sub-menu,
header.header-nav.home2.style_one .ace-responsive-menu > li > ul.sub-menu{
  margin-left: -70px;
}
header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu,
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu{
  padding-left: 0 !important;
}
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu:before{
  background-color: #191919;
}
header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu:before{
  background-color: #051925;
}
header.header-nav.menu_style_home_four .ace-responsive-menu li ul.sub-menu:before{
  background-color: #ffffff;
}
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu:before{
  left: 25px;
}
header.header-nav.menu_style_home_three .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_three .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_four .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_four .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_five .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_five .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_six .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_six .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_seven .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_seven .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_eight .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_eight .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu{
  margin-left: 0;
}
header.header-nav.menu_style_home_three .ace-responsive-menu li:nth-child(2) ul.sub-menu:before,
header.header-nav.menu_style_home_three .ace-responsive-menu li:nth-child(3) ul.sub-menu:before,
header.header-nav.menu_style_home_three .ace-responsive-menu li:nth-child(4) ul.sub-menu:before,
header.header-nav.menu_style_home_three .ace-responsive-menu li:nth-child(5) ul.sub-menu:before,
header.header-nav.menu_style_home_three .ace-responsive-menu li:nth-child(6) ul.sub-menu:before,
header.header-nav.menu_style_home_four .ace-responsive-menu li:nth-child(2) ul.sub-menu:before,
header.header-nav.menu_style_home_four .ace-responsive-menu li:nth-child(3) ul.sub-menu:before,
header.header-nav.menu_style_home_four .ace-responsive-menu li:nth-child(4) ul.sub-menu:before,
header.header-nav.menu_style_home_four .ace-responsive-menu li:nth-child(5) ul.sub-menu:before,
header.header-nav.menu_style_home_four .ace-responsive-menu li:nth-child(6) ul.sub-menu:before,
header.header-nav.menu_style_home_five .ace-responsive-menu li:nth-child(2) ul.sub-menu:before,
header.header-nav.menu_style_home_five .ace-responsive-menu li:nth-child(3) ul.sub-menu:before,
header.header-nav.menu_style_home_five .ace-responsive-menu li:nth-child(4) ul.sub-menu:before,
header.header-nav.menu_style_home_five .ace-responsive-menu li:nth-child(5) ul.sub-menu:before,
header.header-nav.menu_style_home_five .ace-responsive-menu li:nth-child(6) ul.sub-menu:before,
header.header-nav.menu_style_home_six .ace-responsive-menu li:nth-child(2) ul.sub-menu:before,
header.header-nav.menu_style_home_six .ace-responsive-menu li:nth-child(3) ul.sub-menu:before,
header.header-nav.menu_style_home_six .ace-responsive-menu li:nth-child(4) ul.sub-menu:before,
header.header-nav.menu_style_home_six .ace-responsive-menu li:nth-child(5) ul.sub-menu:before,
header.header-nav.menu_style_home_six .ace-responsive-menu li:nth-child(6) ul.sub-menu:before,
header.header-nav.menu_style_home_seven .ace-responsive-menu li:nth-child(2) ul.sub-menu:before,
header.header-nav.menu_style_home_seven .ace-responsive-menu li:nth-child(3) ul.sub-menu:before,
header.header-nav.menu_style_home_seven .ace-responsive-menu li:nth-child(4) ul.sub-menu:before,
header.header-nav.menu_style_home_seven .ace-responsive-menu li:nth-child(5) ul.sub-menu:before,
header.header-nav.menu_style_home_seven .ace-responsive-menu li:nth-child(6) ul.sub-menu:before,
header.header-nav.menu_style_home_eight .ace-responsive-menu li:nth-child(2) ul.sub-menu:before,
header.header-nav.menu_style_home_eight .ace-responsive-menu li:nth-child(3) ul.sub-menu:before,
header.header-nav.menu_style_home_eight .ace-responsive-menu li:nth-child(4) ul.sub-menu:before,
header.header-nav.menu_style_home_eight .ace-responsive-menu li:nth-child(5) ul.sub-menu:before,
header.header-nav.menu_style_home_eight .ace-responsive-menu li:nth-child(6) ul.sub-menu:before{
  left: 25px;
}
header.header-nav.menu_style_home_three .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_three .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_four .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_four .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_five .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_five .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_six .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_six .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_seven .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_seven .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_eight .ace-responsive-menu li:nth-child(2) ul.sub-menu li ul.sub-menu,
header.header-nav.menu_style_home_eight .ace-responsive-menu li:nth-child(3) ul.sub-menu li ul.sub-menu{
  margin-left: -445px;
}
header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu li ul.sub-menu li:hover a,
header.header-nav.menu_style_home_four .ace-responsive-menu li ul.sub-menu li ul.sub-menu li:hover a,
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu li ul.sub-menu li:hover a,
header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu li ul.sub-menu li:hover a,
header.header-nav.menu_style_home_seven .ace-responsive-menu li ul.sub-menu li ul.sub-menu li:hover a,
header.header-nav.menu_style_home_eight .ace-responsive-menu li ul.sub-menu li ul.sub-menu li:hover a{
  color: #1947E2;
  padding-left: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li,
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_four .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_seven .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_eight .ace-responsive-menu li ul.sub-menu li{
  background-color: #ffffff;
  padding: 0 30px;
  width: 250px;
}
header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li:hover a,
header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li a li:hover ul.sub-menu a{
  color: #1A3760;
  font-weight: 600;
}
header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li:hover a,
header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li:hover li a ul.sub-menu a{
  color: #1A3760;
}
header.header-nav.menu_style_home_four .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_seven .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_eight .ace-responsive-menu li ul.sub-menu li{
  background-color: transparent;
}
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li,
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu{
  background-color: #191919;
}
header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu li,
header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu{
  background-color: #051925;
}
header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li ul.sub-menu:before,
header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu li ul.sub-menu:before,
header.header-nav.menu_style_home_four .ace-responsive-menu li ul.sub-menu li ul.sub-menu:before,
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu li ul.sub-menu:before,
header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu li ul.sub-menu:before,
header.header-nav.menu_style_home_seven .ace-responsive-menu li ul.sub-menu li ul.sub-menu:before,
header.header-nav.menu_style_home_eight .ace-responsive-menu li ul.sub-menu li ul.sub-menu:before{
  display: none;
}
header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li a,
header.header-nav.menu_style_home_four .ace-responsive-menu li ul.sub-menu li a,
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu li a,
header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu li a,
header.header-nav.menu_style_home_seven .ace-responsive-menu li ul.sub-menu li a,
header.header-nav.menu_style_home_eight .ace-responsive-menu li ul.sub-menu li a{
  border-bottom: 1px solid #ebebeb;
  color: #1A3760;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0em;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li:last-child a,
header.header-nav.menu_style_home_four .ace-responsive-menu li ul.sub-menu li:last-child a,
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu li:last-child a,
header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu li:last-child a,
header.header-nav.menu_style_home_seven .ace-responsive-menu li ul.sub-menu li:last-child a,
header.header-nav.menu_style_home_eight .ace-responsive-menu li ul.sub-menu li:last-child a{
  border-bottom: none;
}
header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li a:hover,
header.header-nav.menu_style_home_one .ace-responsive-menu li ul.sub-menu li ul.sub-menu {
  color: #cb281f;
}
header.header-nav.menu_style_home_one.home3 .ace-responsive-menu li ul.sub-menu li a:hover{
  color: #CF3E3B;
}
header.header-nav.menu_style_home_one ul.sign_up_btn{
  margin-right: 35px;
}

header.header-nav.menu_style_home_three .ace-responsive-menu > li > a,
header.header-nav.menu_style_home_four .ace-responsive-menu > li > a,
header.header-nav.menu_style_home_five .ace-responsive-menu > li > a,
header.header-nav.menu_style_home_six .ace-responsive-menu > li > a,
header.header-nav.menu_style_home_seven .ace-responsive-menu > li > a,
header.header-nav.menu_style_home_eight .ace-responsive-menu > li > a{
  padding: 37px 12px 30px;
}
header.header-nav.menu_style_home_one .ace-responsive-menu > li > a{padding: 30px 12px 32px;}
header.header-nav.menu_style_home_three .ace-responsive-menu > li > a,
header.header-nav.menu_style_home_four .ace-responsive-menu > li > a,
header.header-nav.menu_style_home_five .ace-responsive-menu > li > a,
header.header-nav.menu_style_home_six .ace-responsive-menu > li > a,
header.header-nav.menu_style_home_seven .ace-responsive-menu > li > a,
header.header-nav.menu_style_home_eight .ace-responsive-menu > li > a{
  padding: 27px 35px 30px 10px;
}
header.header-nav.menu_style_home_five .ace-responsive-menu > li > a{
  padding: 27px 20px 30px 10px;
}
header.header-nav.menu_style_home_one .ace-responsive-menu > li.add_listing a{
  border: 1px solid #fff;
  border-radius: 60px;
  padding: 10px 20px;
  margin: 0 20px;
}
header.header-nav.menu_style_home_one.home2_style .ace-responsive-menu > li.add_listing a,
header.header-nav.menu_style_home_one.home3_style .ace-responsive-menu > li.add_listing a,
header.header-nav.menu_style_home_one.home7_style .ace-responsive-menu > li.add_listing a{
  border: 1px solid #1A3760;
}
header.header-nav.menu_style_home_one .ace-responsive-menu > li.sidebar_panel > a{
  position: relative;
  width: 30px;
}
header.header-nav.menu_style_home_one.home5_style .ace-responsive-menu > li.sidebar_panel > a{
  padding-top: 0;
}
header.header-nav.menu_style_home_one .ace-responsive-menu > li.sidebar_panel > a span{
  background-color: #fff;
  bottom: 0;
  height: 2px;
  position: absolute;
  width: 20px;
}
header.header-nav.menu_style_home_one.home2_style .ace-responsive-menu > li.sidebar_panel > a span,
header.header-nav.menu_style_home_one.home2_style .ace-responsive-menu > li.sidebar_panel > a span:before,
header.header-nav.menu_style_home_one.home3_style .ace-responsive-menu > li.sidebar_panel > a span,
header.header-nav.menu_style_home_one.home3_style .ace-responsive-menu > li.sidebar_panel > a span:before,
header.header-nav.menu_style_home_one.home7_style .ace-responsive-menu > li.sidebar_panel > a span,
header.header-nav.menu_style_home_one.home7_style .ace-responsive-menu > li.sidebar_panel > a span:before{
  background-color: #1A3760;
}
header.header-nav.menu_style_home_one .ace-responsive-menu > li.sidebar_panel > a span:before{
  background-color: #fff;
  bottom: 8px;
  content: "";
  height: 2px;
  position: absolute;
  right: 0;
  width: 25px;
}
header.header-nav.menu_style_home_one.style2{
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
  -moz-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
  -o-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
  box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
}
header.header-nav.menu_style_home_one.menu_boxshadow{
  -webkit-box-shadow: 0px 8px 30px rgba(34, 34, 34, 0.07);
  -moz-box-shadow: 0px 8px 30px rgba(34, 34, 34, 0.07);
  -o-box-shadow: 0px 8px 30px rgba(34, 34, 34, 0.07);
  box-shadow: 0px 8px 30px rgba(34, 34, 34, 0.07);
}
header.header-nav.menu_style_home_one.style2.home3{
  background-color: #ffffff;
  box-shadow: none;
}
header.header-nav.menu_style_home_one.style2 a.navbar_brand{
  margin-top: 15px;
}
header.header-nav.menu_style_home_one.style2 a.navbar_brand span{
  color: #1A3760;
  font-size: 30px;
  font-weight: bold;
  line-height: 43.35px;
  margin-top: 3px;
}
header.header-nav.menu_style_home_one.style2 .ace-responsive-menu li a{
  color: #1A3760;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
}
header.header-nav.menu_style_home_one.style2 ul.ace-responsive-menu li.list_s{
  position: relative;
}
header.header-nav.menu_style_home_one.style2.listing_single_page5{
  position: absolute;
  width: 100%;
  z-index: 9;
}
.menu_style_home_one.style2.menu-fixed{
  position: fixed;
  width: 100%;
  z-index: 9;
}
.widget_menu_home2 {
  position: absolute;
  right: 30px;
  top: 5px;
}
.widget_menu_home2.home4_style,
.widget_menu_home2.home6_style{
  right: 10px;
  top: 20px;
}
.widget_menu_home2.home6_style{
  top: 18px;
}
header.header-nav.menu_style_home_one.home7_style .widget_menu_home2{
  right: 0;
  top: 0;
}
.custom_menu_space_home2{
  margin-right: 250px;
}
/*== Menu Style For Home V2 ==*/
header.header-nav.home2.style_one {
  display: -webkit-box;
  background-color: #141414;
  position: relative;
  z-index: 1 !important;
}
header.header-nav.home2.style_one .ace-responsive-menu > li > a{
  padding: 27px 40px 27px 5px;
}
header.header-nav.home2.style_one ul.sign_up_btn li{
  position: relative;
}
header.header-nav.home2.style_one ul.sign_up_btn li:first-child:before{
  background-color: #434343;
  content: "";
  height: 30px;
  right: -5px;
  position: absolute;
  top: 5px;
  width: 1px;
}
header.header-nav.home2.style_one ul.sign_up_btn li a{
  color: #a4a4a4;
  font-size: 14px;
  line-height: 1.2;
}
header.header-nav.home2.style_one ul.sign_up_btn li a:hover{
  color: #ffffff;
}
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu{
  border-radius: 5px;
  padding: 15px 0;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  -moz-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  -o-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, 0.15);
}
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li a{
  border-bottom: 1px solid #dedede;
  color: #a4a4a4;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li a:hover,
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li ul.sub-menu {
  color: #ffffff;
  padding-left: 20px;
  box-shadow: none !important;
}
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li ul.sub-menu:before{
  display: none;
}
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li a{
  border-bottom: 1px solid #555;
  color: #a4a4a4;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li:last-child a,
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li:last-child a{
  border-bottom: none;
}
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li a:hover,
header.header-nav.home2.style_one .ace-responsive-menu li ul.sub-menu li ul.sub-menu{
  box-shadow: none !important;
  color: #ffffff;
  padding-left: 20px;
}
header.header-nav.menu_style_home_three a.navbar_brand{
  margin-top: 10px;
}
header.header-nav.menu_style_home_three .ht_left_widget.home3 ul li:last-child{
  margin-top: 5px;
}
header.header-nav.menu_style_home_three .header_search_widget .mailchimp_form .form-control{
  margin-top: 10px;
}
header.header-nav.menu_style_home_three .header_search_widget .mailchimp_form button{
  background-color: transparent;
  margin-top: 10px;
}
/*== Menu Style For Home V3 ==*/
header.header-nav.menu_style_home_three{
  background-color: #051925;
  padding: 0;
}
header.header-nav.menu_style_home_three a.navbar_brand:before{
  background-color: #6077dd;
  height: 80px;
}
header.header-nav.menu_style_home_three .ace-responsive-menu > li{
  float: right;
}
header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu{
  background-color: #051925;
}
header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu:nth-child(3){
  left: 0;
  margin-left: 0;
}
header.header-nav.menu_style_home_three .ace-responsive-menu li a,
header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu li a{
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu li a{
  border-bottom: 1px solid #2e2e2e;
}
header.header-nav.menu_style_home_three .ace-responsive-menu li ul.sub-menu li:last-child a{
  border-bottom: none;
}
header.header-nav.menu_style_home_three .ace-responsive-menu > li.last a{
  padding-right: 5px;
}
header.header-nav.menu_style_home_three .ace-responsive-menu > li .sub-menu li:hover a,
header.header-nav.menu_style_home_four .ace-responsive-menu > li .sub-menu li:hover a,
header.header-nav.menu_style_home_five .ace-responsive-menu > li .sub-menu li:hover a,
header.header-nav.menu_style_home_six .ace-responsive-menu > li .sub-menu li:hover a{
  padding-left: 20px;
}
header.header-nav.menu_style_home_three .container-fluid{
  padding: 0 70px;
}
header.header-nav.menu_style_home_three a.navbar_brand:before{
  display: none;
}
.sign_up_btn .btn{
  box-shadow: none;
  border-radius: 4px;
  color: #ffffff;
  height: auto;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.sign_up_btn.home3 .btn{
  font-size: 14px;
  line-height: 1.2;
}
.sign_up_btn.home3 .btn i{
  font-size: 18px;
  margin-right: 5px;
}
.sign_up_btn li:first-child .btn span{
  padding-left: 10px;
}
.sign_up_btn a.btn.cart_btn,
.sign_up_btn a.btn.search_btn{
  font-size: 24px;
  line-height: normal;
}
.sign_up_btn a.btn.cart_btn span{
  background-color: #192675;
  margin: 0 auto 0 -10px;
}
.sign_up_btn a.btn.cart_btn span sup{
  color: #ffffff;
}
.sign_up_btn a.btn.cart_btn span,
.ht_right_widget .cart_btn a.btn span{
  border-radius: 50%;
  height: 17px;
  line-height: 15px;
  position: absolute;
  text-align: center;
  width: 17px;
}
.sign_up_btn.home3 a.btn.cart_btn span{
  line-height: 17px;
}
.ht_right_widget .cart_btn a.btn span{
  line-height: 20px;
}
.ht_right_widget .cart_btn a.btn span{
  margin: -5px auto 0 -5px;
}
.sign_up_btn a.btn.cart_btn span sup{
  font-size: 10px;
  margin-left: -10px;
  vertical-align: baseline;
}
.ht_right_widget .cart_btn a.btn span sup{
  color: #141414;
  font-size: 10px;
  margin-left: 0;
  vertical-align: sub;
}
header.header-nav.menu_style_home_one li.list_c a:before,
header.header-nav.menu_style_home_one li.list_s a:before{
  display: none;
}
header.header-nav.menu_style_home_one .sign_up_btn li.list_s{
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 0 !important;
}
header.header-nav.menu_style_home_one .sign_up_btn li.list_s a.btn.flaticon-avatar{
  line-height: 30px;
}
header.header-nav.menu_style_home_one.stricky-fixed .sign_up_btn li.list_s{
  border-right: 1px solid #dadada;
}
.sign_up_btn li.list_s:last-child{
  border: none;
}
.sign_up_btn li .btn .cart_btn{
  background-color: #192675;
  font-size: 10px;
  height: 17px;
  width: 17px;
  text-align: center;
}
/*== Menu Style For Home V4 ==*/
header.header-nav.menu_style_home_four{
  background: transparent;
  border-bottom: none;
  padding: 10px 0;
}
header.header-nav.menu_style_home_four a.navbar_brand{
  margin-top: 10px;
}
header.header-nav.menu_style_home_four a.navbar_brand span{
  color: #ffffff;
  font-weight: bold;
  font-size: 22px;
  margin-top: 10px;
  padding-left: 15px;
  text-transform: uppercase;
  vertical-align: middle;
}
header.header-nav.menu_style_home_four.stricky-fixed{
  background-color: #ffffff;
  border-bottom: none;
  padding: 10px 0;
}
header.header-nav.menu_style_home_four.stricky-fixed a.navbar_brand span{
  color: #1A3760;
}
header.header-nav.menu_style_home_four a.navbar_brand:before{
  background-color: transparent !important;
}
header.header-nav.menu_style_home_four .ace-responsive-menu > li > a{
  color: #ffffff;
}
header.header-nav.menu_style_home_four .ace-responsive-menu li ul.sub-menu,
header.header-nav.menu_style_home_four .ace-responsive-menu li ul.sub-menu li a{
  color: #1A3760;
  background-color: #ffffff;
}
header.header-nav.menu_style_home_four .ace-responsive-menu > li{
  float: right;
}
header.header-nav.menu_style_home_four  .ace-responsive-menu li a{
  color: #ffffff;
}
header.header-nav.menu_style_home_four .sign_up_btn .btn{
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 20px;
  color: #ffffff;
  height: 45px;
  line-height: 30px;
  margin-top: 10px;
}
header.header-nav.menu_style_home_four .sign_up_btn .btn:hover,
.sign_up_btn .btn:hover{
  color: #ffffff;
}
header.header-nav.menu_style_home_four.stricky-fixed .ace-responsive-menu li a{
  color: #1A3760;
}
/*== Menu Style For Home V5 ==*/
header.header-nav.menu_style_home_five{
  background-color: #ffffff;
  height: 100px;
  padding: 10px 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
header.header-nav.menu_style_home_five a.navbar_brand{
  display: inline-block;
  margin-left: 100px;
  margin-top: 5px;
  position: absolute;
}
header.header-nav.menu_style_home_five a.navbar_brand:before{
  background-color: #6077dd;
  height: 80px;
}
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.cart.sub-menu{
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu{
  background-color: #ffffff;
}
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.cart.sub-menu{
  display: block;
}
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.cart.sub-menu li{
  width: auto;
}
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.cart.sub-menu .dropdown_content{
  height: auto;
  right: 10px;
  top: 110%;
}
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.cart.sub-menu .dropdown_content .list_content .cart_btns{
  background-color: #1947E2;
  border: 1px solid #1947E2;
  float: left;
  line-height: 20px;
}
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.cart.sub-menu .dropdown_content .list_content .checkout_btns{
  background-color: #ff1053;
  border: 1px solid #ff1053;
  float: right;
  line-height: 0;
  line-height: 20px;
}
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.cart a.btn.cart_btn{
  font-size: 22px;
  padding-top: 21px;
}
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.cart a.btn.cart_btn span{
  background-color: #192675;
  border-radius: 50%;
  height: 17px;
  line-height: 17px;
  margin: -2px auto 0 -10px;
  position: absolute;
  text-align: center;
  width: 17px;
}
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.cart a.btn.cart_btn span:before{
  display: none;
}
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.cart a.btn.cart_btn span sup{
  color: #ffffff;
  font-size: 10px;
  z-index: 9;
}
header.header-nav.menu_style_home_five a.navbar_brand span,
header.header-nav.menu_style_home_five .ace-responsive-menu li a,
header.header-nav.menu_style_home_five .ace-responsive-menu li.list_c a .icon{
  color: #1A3760;
}
header.header-nav.menu_style_home_five .ace-responsive-menu li a{
  text-transform: capitalize;
}
header.header-nav.menu_style_home_five .ace-responsive-menu li.list_c{
  margin-right: 0;
}
header.header-nav.menu_style_home_five .ace-responsive-menu li.list_c a:before,
header.header-nav.menu_style_home_five .ace-responsive-menu li.list_s a:before{
  display: none;
}
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu li{
}
header.header-nav.menu_style_home_five .ace-responsive-menu li ul.sub-menu li a{
  padding: 12px 20px 12px 0;
}
header.header-nav.menu_style_home_five .container-fluid{
  padding: 0 70px;
}
header.header-nav.menu_style_home_five a.navbar_brand:before{
  display: none;
}
header.header-nav.menu_style_home_five .header_search_widget .mailchimp_form button{
  background-color: transparent;
  border: none;
  border-radius: 50%;
  color: #1A3760;
  font-size: 24px;
  height: 45px;
  margin-left: -65px;
}
header.header-nav.menu_style_home_five .header_search_widget .mailchimp_form button:active,
header.header-nav.menu_style_home_five .header_search_widget .mailchimp_form button:focus{
  color: #000000 !important;
  border: none;
  box-shadow: none !important;
  outline: none;
}
header.header-nav.menu_style_home_five .sign_up_btn{
  margin-bottom: 0;
}
header.header-nav.menu_style_home_five .sign_up_btn .btn{
  color: #1A3760;
  margin-top: 10px;
}
header.header-nav.menu_style_home_five .header_search_widget .mailchimp_form .form-control{
  background-color: #edeff7;
  border: 1px solid #edeff7;
  border-radius: 25px;
  color: #555555;
  font-size: 14px;
  height: 45px;
  margin-top: 5px;
  padding-left: 30px;
  width: 450px;
}
header.header-nav.menu_style_home_five .header_search_widget .mailchimp_form .form-control:focus{
  border: 1px solid #edeff7;
  box-shadow: none;
  outline: none;
}
/*== Menu Style For Home V4 ==*/
header.header-nav.menu_style_home_six {
  display: -webkit-box;
  background: #ffffff;
  height: 80px;
  padding: 10px 0;
  position: relative;
  z-index: 1 !important;
}
header.header-nav.menu_style_home_six a.navbar_brand{
  margin-top: 10px;
}
header.header-nav.menu_style_home_six a.navbar_brand span{
  color: #1A3760;
  font-weight: bold;
  font-size: 22px;
  margin-top: 10px;
  padding-left: 15px;
  text-transform: uppercase;
  vertical-align: middle;
}
header.header-nav.menu_style_home_six.stricky-fixed{
  background-color: #ffffff;
  border-bottom: none;
  padding: 10px 0;
}
header.header-nav.menu_style_home_six.stricky-fixed a.navbar_brand span{
  color: #1A3760;
}
header.header-nav.menu_style_home_six a.navbar_brand:before{
  background-color: transparent !important;
}
header.header-nav.menu_style_home_six .ace-responsive-menu > li > a{
  color: #ffffff;
}
header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu,
header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu li a{
  color: #1A3760;
  background-color: #ffffff;
}
header.header-nav.menu_style_home_six .ace-responsive-menu > li{
  float: right;
}
header.header-nav.menu_style_home_six  .ace-responsive-menu li a{
  color: #ffffff;
}
header.header-nav.menu_style_home_six .sign_up_btn .btn{
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 20px;
  color: #ffffff;
  height: 45px;
  line-height: 30px;
  margin-top: 10px;
}
header.header-nav.menu_style_home_six .sign_up_btn .btn:hover,
.sign_up_btn .btn:hover{
  color: #ffffff;
}
header.header-nav.menu_style_home_six .ace-responsive-menu > li.last{
  margin-right: 40px;
}
header.header-nav.menu_style_home_six.stricky-fixed .ace-responsive-menu li a{
  color: #1A3760;
}
.menu6_search.home6 #search-button i{
  color: #1A3760;
}
/*== Menu Style For Home V6 ==*/
header.header-nav.menu_style_home_six{
  background-color: #ffffff;
  border-bottom: none;
  padding: 0;
}
header.header-nav.menu_style_home_six .ace-responsive-menu > li > a{
  padding: 25px 25px 25px 5px;
}
header.header-nav.menu_style_home_six .ace-responsive-menu li ul.sub-menu{
  background-color: #ffffff;
}
header.header-nav.menu_style_home_six  .ace-responsive-menu li a{
  color: #251730;
}
header.header-nav.menu_style_home_six a.navbar_brand:before{
  background-color: transparent;
}
header.header-nav.menu_style_home_six .sign_up_btn .btn{
  border: none;
  color: #ffffff;
  margin-top: 10px;
}
/*== Menu Style For Home V7 ==*/
header.header-nav.menu_style_home_seven {
  display: -webkit-box;
  background-color: transparent;
  height: 80px;
  padding: 10px 0;
  position: relative;
  z-index: 1 !important;
}
header.header-nav.menu_style_home_seven.navbar-scrolltofixed.main-menu.scroll-to-fixed-fixed{
  background-color: #ffffff;
}
header.header-nav.menu_style_home_seven a.navbar_brand{
  margin-top: 0;
  position: relative;
}
header.header-nav.menu_style_home_seven a.navbar_brand:before{
  display: none;
}
header.header-nav.menu_style_home_seven .ace-responsive-menu > li > a{
  color: #ffffff;
}
header.header-nav.menu_style_home_seven .ace-responsive-menu li ul.sub-menu,
header.header-nav.menu_style_home_seven .ace-responsive-menu li ul.sub-menu li a{
  color: #1A3760;
  background-color: #ffffff;
}
header.header-nav.menu_style_home_seven .ace-responsive-menu > li{
  float: right;
}
header.header-nav.menu_style_home_seven  .ace-responsive-menu li a{
  color: #ffffff;
  padding: 18px 20px 18px 15px;
}
header.header-nav.menu_style_home_seven .ace-responsive-menu li ul.sub-menu li a:hover{
  padding-left: 20px;
}
header.header-nav.menu_style_home_seven .sign_up_btn .btn{
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 20px;
  color: #ffffff;
  height: 45px;
  line-height: 30px;
  margin-top: 10px;
}
header.header-nav.menu_style_home_seven .sign_up_btn .btn:hover,
.sign_up_btn .btn:hover{
  color: #ffffff;
}
header.header-nav.menu_style_home_seven .ace-responsive-menu > li.last{
  margin-right: 40px;
}
/*== Home Css ==*/
.home_content{
  padding: 200px 0;
}
.home_content.home4_style,
.home_content_home5_style,
.home_content.home1_style .home-text{
  position: relative;
}
.home_content.home1_style .home-text .title{
  color: #FFFFFF;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 73px;
  letter-spacing: 0em;
  position: relative;
}
span.aminated-object1 .objects {
  bottom: 0;
  position: absolute;
  width: 110px;
  z-index: -1;
  animation: jumpTwo 5s infinite linear;
}
.jumpTwo {
  -webkit-animation-name: jumpTwo;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: Floating;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
}
@-webkit-keyframes jumpTwo {
  from {-webkit-transform:translate(0, 0px);}
  65% {-webkit-transform:translate(0, 10px);}
  to {-webkit-transform: translate(0, -0px);}    
}  
@-moz-keyframes jumpTwo {
  from {-moz-transform:translate(0, 0px);}
  65% {-moz-transform:translate(0, 10px);}
  to {-moz-transform: translate(0, -0px);}    
}
.home5_style span.aminated-object1 .objects{
  z-index: 0;
}
.home_content.home1_style .home-text .para{
  color: #FFFFFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
}
.advance_search_panel{
  position: relative;
}
.advance_search_panel.home2_style{
  margin-top: -100px;
}
.advance_search_panel .nav-pills .nav-link{
  background-color: #cb281f;
  border-radius: 8px 8px 0px 0px;
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  margin: 0 3px;
  padding: 20px 35px 15px;
}
.advance_search_panel .nav-pills .nav-link.active,
.advance_search_panel .nav-pills .show>.nav-link{
  background-color: #fff;
}
.advance_search_panel .adss_bg_stylehome1{
  background-color: #fff;
  border-radius: 8px;
  max-width: 1070px;
  position: relative;
  width: 100%;
  box-shadow: 0px 18px 60px rgba(23, 26, 33, 0.05);
}
.advance_search_panel .adss_bg_stylehome4{
  background-color: #fff;
  border-radius: 8px;
  margin: 0 auto;
  max-width: 1030px;
  position: relative;
  width: 100%;
  box-shadow: 0px 18px 60px rgba(23, 26, 33, 0.05);
}
.home1_advance_search_wrapper.home4_style .select-boxes .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
  width: 190px;
}
.advance_search_panel .home1_advance_search_wrapper{
  padding: 30px 35px;
}
.home_content.home7_style{
  padding-bottom: 90px;
  padding-top: 0;
}
.home_content.home7_style .advance_search_panel .home1_advance_search_wrapper{
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 60px;
  margin: 0 auto;
  max-width: 850px;
  padding: 10px 15px;
  width: 100%;
  -webkit-box-shadow:0px 18px 60px rgba(23, 26, 33, 0.05);
  -moz-box-shadow:0px 18px 60px rgba(23, 26, 33, 0.05);
  -o-box-shadow:0px 18px 60px rgba(23, 26, 33, 0.05);
  box-shadow:0px 18px 60px rgba(23, 26, 33, 0.05);
}
.home_content.home7_style .advance_search_panel .home1_advance_search_wrapper button.dropdown-toggle{
  border-right: 1px solid #EAEAEA;
  padding-right: 10px;
}
.home_content.home7_style .advance_search_panel .home1_advance_search_wrapper ul li:nth-child(4),
.home_content.home7_style .advance_search_panel .home1_advance_search_wrapper ul li:last-child{
  border-right: none;
}
.home_content.home7_style .advance_search_panel .home1_advance_search_wrapper ul li:last-child{
  padding-right: 0;
}
.home_content.home7_style .advance_search_panel .home1_advance_search_wrapper ul li .advnc_search_form_btn{
  border-radius: 50%;
  font-size: 16px;
  height: 50px;
  padding: 0;
  width: 50px;
}
.home_content.home7_style .advance_search_panel .home1_advance_search_wrapper ul li .advnc_search_form_btn span{
  margin-right: 0;
}
.home_content.home7_style .advance_search_panel .home1_advance_search_wrapper .bootstrap-select>.dropdown-toggle{
  border: none;
}
.home_content.home7_style .home1_advance_search_wrapper .select-boxes .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
  width: 165px;
}
.home_content_home7_slider .owl-item.active{
  width: auto;
}
.home_content_home7{
  position: relative;
}
.home_content_home7 span.aminated-object1 .objects{
  left: 37%;
}
.home_content_home7 .wrapper{
  margin-bottom: 20px;
}
.home_content_home7 .wrapper .title{
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
}
.home_content_home7 .wrapper .title a{
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0em;
  text-transform: uppercase
}
.home_content_home7 .wrapper .subtitle{
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 10px;
  letter-spacing: 0em;
  margin-bottom: 8px;
  position: relative;
}
.home_content_home7 .wrapper .subtitle small{
  color: #1A3760;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 0px;
  letter-spacing: 0em;
}
.home_content_home7 .wrapper .btn{
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  height: 50px;
  line-height: 35px;
  letter-spacing: 0em;
  text-transform: uppercase;
  width: 160px;
}
.home1_advance_search_wrapper .select-boxes{
  text-align: left;
}
.home1_advance_search_wrapper .select-boxes .title{
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  padding-left: 10px;
}
.home1_advance_search_wrapper .bootstrap-select .dropdown-menu {
  border-radius: 8px;
  overflow: visible !important;
  top: 20px !important;
}
.home1_advance_search_wrapper .bootstrap-select .dropdown-menu:before{
  content: "";
  right: 15px;
  position: absolute;
  top: -11px;
  width: 11px;
  border-bottom: solid 11px #EAEAEA;
  border-left: solid 11px transparent;
  border-right: solid 11px transparent;
}
.home1_advance_search_wrapper .bootstrap-select .dropdown-menu li:first-child{
  display: none;
}
.home1_advance_search_wrapper .select-boxes .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
  width: 257px;
  margin: 0 6px;
}
.home6_advance_search_form .home1_advance_search_wrapper .select-boxes .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
  width: 100%;
}
.home1_advance_search_wrapper.home3_style .bootstrap-select>.dropdown-toggle,
.home1_advance_search_wrapper.home3_style .btn-light:not(:disabled):not(.disabled):active{
  background-color: #fff;
}
.home6_advance_search_form{
  background-color: #fff;
  border-radius: 8px;
  padding: 40px;
  position: relative;
}
.home6_advance_search_form .nav-tabs{
  background-color: #EEF2F6;
  border-radius: 60px;
  border-bottom: none;
  height: auto;
  margin-bottom: 30px;
  padding: 5px 0;
}
.home6_advance_search_form .nav-tabs .nav-link{
  background-color: transparent;
  border: none;
  border-radius: 60px;
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0em;
  margin-bottom: 0;
  text-transform: uppercase;
}
.home6_advance_search_form .nav-tabs .nav-link.active{
  background-color: #fff;
  border-radius: 60px;
}
.advnc_search_form_btn{
  background-color: #cb281f;
  -webkit-box-shadow:0px 7px 20px rgba(245, 195, 75, 0.2);
  -moz-box-shadow:0px 7px 20px rgba(245, 195, 75, 0.2);
  -o-box-shadow:0px 7px 20px rgba(245, 195, 75, 0.2);
  box-shadow:0px 7px 20px rgba(245, 195, 75, 0.2);
  border-radius: 8px;
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  height: 50px;
  line-height: 16px;
  letter-spacing: 0em;
  padding: 0 40px;
}
.advnc_search_form_btn span{
  font-size: 16px;
  margin-right: 15px;
  vertical-align: middle;
}
.home_content.home1_style.at_home4{
  padding: 180px 0;
}
.home_content.home2{
  padding: 250px 0 400px;
}
.home_content.home3{
  padding: 240px 0 200px;
}
.home_content.home3 .title{
  font-size: 50px;
  line-height: 4.5rem;
}
.home_content.home5{
  padding: 230px 0 0px;
}
.home_content.home6{
  padding: 280px 0 100px;
  position: relative;
}
.home_content.home7{
  padding: 265px 0 100px 80px;
  position: relative;
}
.divider_contact_form.home7{
  margin-top: 100px;
}
.home_content.home10{
  padding: 340px 0 400px;
}
.icon_home1{
  cursor: pointer;
  margin: 0 30px;
  position: relative;
  text-align: center;
}
.icon_home1 .icon{
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 20px;
}
.icon_home1 p{
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  line-height: 23px;
  margin-bottom: 0;
}
.home1_adsrchfrm{
  background-color: #ffffff;
  border-radius: 3px;
  padding: 30px 20px;
  position: relative;
  z-index: 9;
}
.home1_adsrchfrm:before{
  background-color: rgba(255,255,255, .15);
  border-radius: 3px;
  bottom: -10px;
  content: "";
  left: -10px;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: -1;
}
.home_adv_srch_opt{
  margin-top: 20px;
  position: relative;
}
.home_adv_srch_opt .nav-pills{
  border-bottom: none;
  margin: 0 auto;
  text-align: center;
  width: 250px;
}
.home_adv_srch_opt.home3{
  margin-bottom: 185px;
  margin-top: 0;
}
.home_adv_srch_opt.home3 .nav-pills,
.home_adv_srch_opt.home6 .nav-pills{
  margin: 0;
}
.home_adv_srch_opt .nav-pills li.nav-item a.nav-link:first-child{
  margin-right: 15px;
}
.home_adv_srch_opt .nav-pills li.nav-item a.nav-link{
  background-color: #ffffff;
  border-radius: 3px;
  color: #1b2032;
  font-size: 16px;
  height: 50px;
  width: 110px;
  text-align: center;
  line-height: 35px;
}
.home_adv_srch_opt .nav-pills li.nav-item a.nav-link.active{
  background-color: #1947E2;
  border-color: #1947E2;
  color: #ffffff;
}
.home_adv_srch_opt .nav-pills li.nav-item a.nav-link.active:before{
  background-color: #1947E2;
  content: "";
  height: 20px;
  margin-left: 5px;
  position: absolute;
  top: 35px;
  width: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.home_adv_srch_opt.home6{
  margin-top: 100px;
}
.home_adv_srch_opt.home6 .nav-pills li.nav-item a.nav-link.active{
  background-color: #3e4c66;
  border-color: #3e4c66;
  color: #ffffff;
}
.home_adv_srch_opt.home6 .nav-pills li.nav-item a.nav-link.active:before{
  background-color: #3e4c66;
}
.home_adv_srch_opt .tab-content{
  margin-top: 30px;
}
.home_adv_srch_opt.listing_page_v7{
  background-color: #fff;
  border-radius: 3px;
  margin-top: -40px;
  padding: 10px 0;
  -webkit-box-shadow:0px 10px 50px rgba(13, 38, 59, 0.1);
  -moz-box-shadow:0px 10px 50px rgba(13, 38, 59, 0.1);
  -o-box-shadow:0px 10px 50px rgba(13, 38, 59, 0.1);
  box-shadow:0px 10px 50px rgba(13, 38, 59, 0.1);
}
.home1-advnc-search ul li{
  margin-right: 15px !important;
}
.home1-advnc-search.home2{
  padding-left: 8px;
}
.home1-advnc-search.home2 ul li{
  margin-right: 15px !important;
}
.home1-advnc-search ul li:first-child .form-control{
  background-color: #ffffff;
  border: 1px solid #EAEAEA;
  border-radius: 3px;
  font-size: 14px;
  color: #1A3760;
  line-height: 1.2;
  height: 50px;
  width: 215px;
}
.home1-advnc-search.home2.style2 ul li:first-child .form-control::placeholder,
.home1-advnc-search.home2.style2 ul li:nth-child(3) .form-group .form-control::placeholder,
.home1-advnc-search .search_option_two.home2.style2 .dropdown.bootstrap-select .dropdown-toggle .filter-option,
.small_dropdown2.home2.style2 .dd_btn,
.mega-dropdown.home2.style2 .dropbtn{
  color: #006c70;
}
.home1-advnc-search ul li:first-child input[type="text"].form-control::-webkit-input-placeholder{
  background-color: #ffffff;
  color: #1A3760;
  font-size: 14px;
  line-height: 1.2;
}
.home1-advnc-search.home3 ul li:first-child input[type="text"].form-control::-webkit-input-placeholder,
.home1-advnc-search.home3 ul li:nth-child(3) .form-group input[type="text"].form-control::-webkit-input-placeholder,
.home1-advnc-search.home6 ul li:first-child input[type="text"].form-control::-webkit-input-placeholder,
.home1-advnc-search.home6 ul li:nth-child(3) .form-group input[type="text"].form-control::-webkit-input-placeholder{
  color: #006c70;
  font-size: 14px;
  line-height: 1.2;
}
.header_search_widget .mailchimp_form input[type="text"].form-control::-webkit-input-placeholder,
.home1-advnc-search ul li .form-group{
  margin-bottom: 0;
}
.home1-advnc-search ul li:nth-child(2){
  margin-right: 0;
}
.home1-advnc-search ul li:nth-child(3) .form-group{
  position: relative;
}
.home1-advnc-search ul li:nth-child(3) .form-group .form-control{
  border: 1px solid #EAEAEA;
  border-radius: 3px;
  background-color: #ffffff;
  font-size: 14px;
  height: 50px;
  width: 190px;
}
.home1-advnc-search ul li:nth-child(3) .form-group label{
  font-size: 16px;
  position: absolute;
  right: 15px;
  top: 11px;
}
.home1-advnc-search ul li:nth-child(3) .form-group label span{
  font-size: 18px;
}
.home1-advnc-search ul li:last-child{
  margin-right: 0 !important;
}
.home1-advnc-search.home3 ul li .search_option_button button{
  background-color: #3e4c66;
}
.home1-advnc-search.home6 ul li .search_option_button button{
  background-color: #3e4c66;
  border: 1px solid #3e4c66;
  -webkit-box-shadow:0px 1px 4px 0px rgba(29, 41, 62, 0.3);
  -moz-box-shadow:0px 1px 4px 0px rgba(29, 41, 62, 0.3);
  -o-box-shadow:0px 1px 4px 0px rgba(29, 41, 62, 0.3);
  box-shadow:0px 1px 4px 0px rgba(29, 41, 62, 0.3);
}
.home1-advnc-search.home6 ul li .search_option_button.style2 button{
  background-color: #1947E2;
  border: 1px solid #1947E2;
}
.home1-advnc-search.home3 ul li .search_option_button button:hover{
  background-color: #ffffff;
  border: 1px solid #3e4c66;
  color: #3e4c66;
}
.search_option_button.listing_page ul li{
  margin-right: 0;
}
.home1-advnc-search ul.apeartment_area_list{
  text-align: left;
}
.home1-advnc-search ul.apeartment_area_list li,
.home1-advnc-search ul.apeartment_area_list li:nth-child(2){
  margin-right: 15px;
}
.home1-advnc-search .dropdown-menu.pricing .dropdown-item:hover{
  background-color: transparent;
}
.home1-advnc-search span.ui-slider-handle.ui-corner-all.ui-state-default,
.sasw_list span.ui-slider-handle.ui-corner-all.ui-state-default{
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow:0px 0px 5px 0px rgba(19, 19, 28, 0.2);
  -moz-box-shadow:0px 0px 5px 0px rgba(19, 19, 28, 0.2);
  -o-box-shadow:0px 0px 5px 0px rgba(19, 19, 28, 0.2);
  box-shadow:0px 0px 5px 0px rgba(19, 19, 28, 0.2);
  height: 16px;
  top: -5px;
  width: 16px;
}
.home1-advnc-search span.ui-slider-handle.ui-corner-all.ui-state-default:before,
.sasw_list span.ui-slider-handle.ui-corner-all.ui-state-default:before{
  background-color: #fff;
  border-radius: 10px;
  content: "";
  height: 11px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 11px;
}
.home1-advnc-search span.ui-slider-handle.ui-corner-all.ui-state-default:hover,
.sasw_list span.ui-slider-handle.ui-corner-all.ui-state-default:hover{
  background-color: #ffffff;
  cursor: pointer;
}
.home1-advnc-search span.ui-slider-handle.ui-corner-all.ui-state-default:active,
.home1-advnc-search span.ui-slider-handle.ui-corner-all.ui-state-default:focus,
.sasw_list span.ui-slider-handle.ui-corner-all.ui-state-default:active,
.sasw_list span.ui-slider-handle.ui-corner-all.ui-state-default:focus{
  background-color: #ffffff;
  border: none;
  outline: none;
}
.home1-advnc-search .search_option_two .dropdown.bootstrap-select .dropdown-toggle .filter-option{
  font-size: 14px;
  color: #1A3760;  
}
.home1-advnc-search .search_option_two .dropdown.bootstrap-select .dropdown-menu.show,
.home1-advnc-search .dropdown.bootstrap-select .dropdown-menu.show{
  min-width: 250px !important;
}
.home1-advnc-search .search_option_two ul.dropdown-menu.inner.show li,
.home1-advnc-search ul.dropdown-menu.inner.show li{
  font-size: 14px;
  margin-right: 0 !important;
}
.home1-advnc-search .search_option_two .dropdown-menu{
  top: 50px !important;
}
.home1-advnc-search .search_option_two.home2 .dropdown-menu{
  top: 35px !important;
}
.home1-advnc-search .search_option_two .dropdown-menu button.btn{
  font-size: 14px;
  color: #1A3760;
  line-height: 1.2;
}
.home1-advnc-search .search_option_two .dropdown-menu.show:before{
  background-color: #ffffff;
  content: "";
  height: 20px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -5px;
  width: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.custom_dropdown_widget .dropdown-menu{
  top: 0;
}
.custom_dropdown_widget .dropdown-menu.show:before{
  display: none;  
}
.custom_dropdown_widget .title{
  color: #1A3760;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  text-transform: uppercase;
}
.custom_dropdown_widget .bootstrap-select li{
  margin-right: 30px;
}
.custom_dropdown_widget .bootstrap-select li a.dropdown-item{
  margin-right: 30px;
}
.custom_dropdown_widget .bootstrap-select li a.dropdown-item:hover{
  background-color: transparent;
  color: #1A3760;
  font-weight: 600;
}
.custom_dropdown_widget .bootstrap-select li.selected.active a.dropdown-item.selected.active{
  background-color: transparent;
  color: #5F6973;
}
.custom_dropdown_widget .bootstrap-select.show-tick .dropdown-menu .selected span.check-mark{
  top: 15px;
}
.custom_dropdown_widget input.amount,
.custom_dropdown_widget input.amount2,
.custom_dropdown_widget input.amount3,
.custom_dropdown_widget input.amount4{
  width: 90px;
}
.home9-advnc-search .h1ads_1st_list li{
  margin-right: 15px;
}
.home9-advnc-search .h1ads_1st_list li:last-child{
  margin-right: 0;
}
.listing_page_v7 .home9-advnc-search .h1ads_1st_list li,
.listing_page_v7 .home9-advnc-search .h1ads_1st_list li:last-child{
  margin-right: 10px;
}
.home1-advnc-search .bootstrap-select .bs-ok-default:after{
  color: #1947E2;
}
.home1-advnc-search .bootstrap-select .dropdown-menu li a{
  color: #1A3760;
  font-size: 14px;
  line-height: 2;
  width: 250px;
}
.small_dropdown .dd_btn{
  background-color: #ffffff;
  border: 1px solid #EAEAEA;
  border-radius: 3px;
  color: #1A3760;
  font-size: 14px;
  height: 50px;
  line-height: 2.5;
  width: 180px;
  text-align: left;
}
.small_dropdown2 .dd_btn {
  background-color: #ffffff;
  border: 1px solid #EAEAEA;
  border-radius: 3px;
  cursor: pointer;
  font-size: 14px;
  color: #1A3760;
  height: 55px;
  line-height: 45px;
  margin: 0;
  outline: none;
  text-align: left;
  width: 150px;
}
.custom_dropdown_widget{
  position: relative;
}
.custom_dropdown_widget .drop_btn,
.custom_dropdown_widget .drop_btn2,
.custom_dropdown_widget .drop_btn3,
.custom_dropdown_widget .drop_btn4,
.custom_dropdown_widget .advance_btn{
  background-color: #ffffff;
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  color: #1A3760;
  font-size: 14px;
  height: 55px;
  line-height: 45px;
  margin-top: -12px;
  width: 110px;
}
.custom_dropdown_widget .advance_btn{
  width: 130px;
}
.custom_dropdown_widget .drop_btn span,
.custom_dropdown_widget .drop_btn2 span,
.custom_dropdown_widget .drop_btn3 span,
.custom_dropdown_widget .drop_btn4 span,
.custom_dropdown_widget .advance_btn span{
  color: #1947E2;
  font-size: 20px;
  margin-right: 5px;
  vertical-align: middle;
}
.drop_content,
.drop_content2,
.drop_content3,
.drop_content4{
  background-color: #ffffff;
  border-top: 2px solid #1947E2;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow:0px 10px 50px rgba(13, 38, 59, 0.1);
  -moz-box-shadow:0px 10px 50px rgba(13, 38, 59, 0.1);
  -o-box-shadow:0px 10px 50px rgba(13, 38, 59, 0.1);
  box-shadow:0px 10px 50px rgba(13, 38, 59, 0.1);
  display: none;
  height: 106px;
  left: 0px;
  margin: 0 auto;
  padding: 15px 30px;
  position: absolute;
  right: 0;
  top: 50px;
  width: 260px;
  z-index: 1;
}
.drop_content:before,
.drop_content2:before,
.drop_content3:before,
.drop_content4:before{
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #0061DF transparent;
  content: "";
  height: 0;
  position: absolute;
  left: 30px;
  top: -10px;
  width: 0;
}
.drop_content4.pricing_style{
  height: 145px;
}
.search_option_button.home9 button{
  background-color: #1947E2;
  border-radius: 3px;
  height: 55px;
  padding: 0 45px;
}
.search_option_button.home9.innerpage button{
  margin-top: -12px;
}
.search_option_button.home9 button span{
  margin-right: 7px;
  vertical-align: middle;
}
.search_option_button.home9.style2 button{
  background-color: #FF6E01;
  border: none;
}
.small_dropdown .dd_btn label,
.small_dropdown2 .dd_btn label{
  float: right;
}
.small_dropdown .dd_btn:hover{
  cursor: pointer;
}
.small_dropdown:hover .dd_content {
  display: block;
}
.dd_content{
  background-color: #ffffff;
  border-radius: 3px;
  -webkit-box-shadow:0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  -moz-box-shadow:0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  -o-box-shadow:0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  box-shadow:0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  display: none;
  height: 240px !important;
  left: -40% !important;
  margin: 0 auto;
  padding: 40px 30px;
  position: absolute;
  right: 0 !important;
  top: 140px;
  width: 250px;
}
.dd_content2 {
  background-color: #ffffff;
  border-radius: 3px;
  -webkit-box-shadow:0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  -moz-box-shadow:0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  -o-box-shadow:0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  box-shadow:0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  display: none;
  left: 0;
  margin: 0 auto;
  max-width: 304px;
  padding: 30px;
  position: absolute;
  right: -20%;
  top: 140px; 
}
.dd_content:before,
.dd_content2:before{
  background-color: #ffffff;
  content: "";
  height: 20px;
  left: auto;
  margin: 0 auto;
  position: absolute;
  right: 25%;
  top: -5px;
  width: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dd_content2.home3{
  border-radius: 0 0 3px 3px;
  border-top: 2px solid #1947E2;
  padding: 25px 30px 30px;
  top: 72px;
  width: 260px;
  z-index: 0;
}
.dd_content2.home3 input.amount,
.dd_content2.home3 input.amount2,
.dd_content2.home3 input.amount3,
.dd_content2.home3 input.amount4,
.dd_content2.home3 #slider-range-value1,
.dd_content2.home3 #slider-range-value2{
  width: 90px;
}
.dd_content2.home3:before{
  background-color: rgba(13, 39, 59, 0.07);
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #0061DF transparent;
  content: "";
  height: 0;
  position: absolute;
  right: auto;
  top: -10px;
  width: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.dd_content:after{  
  background-color: transparent;
  content: "";
  height: 42px;
  left: auto;
  margin: 0 auto;
  right: 0 !important;
  top: -25% !important;
  width: 200px !important;
  position: absolute;
}
.dd_content2:after{
  background-color: transparent;
  content: "";
  height: 90px;
  left: auto;
  margin: 0 auto;
  position: absolute;
  right: 15%;
  top: -29%;
  width: 100px;
  z-index: -1;
}
.dd_content2.home2{
  top: 110px;
  z-index: 9;
}
/* Home Search Select Dropdown Filter Css Code */
.home_tabs .nav-tabs{
  border-bottom: none;
}
.home_tabs .nav-tabs .nav-link{
  background-color: transparent;
  border: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding-left: 0;
  padding-right: 0;
  margin: 0 15px;
}
.home_tabs .nav-tabs .nav-item.show .nav-link,
.home_tabs .nav-tabs .nav-link.active{
  border-bottom: 2px solid #ffffff;
}
.home_tabs.home3 .nav-tabs .nav-item{
  border: none;
  position: relative;
}
.home_tabs.home3 .nav-tabs .nav-link{
  background-color: rgba(13, 39, 59, 0.7);
  border-radius: 4px 4px 0 0;
  border-bottom: none;
  margin: 0 1px;
  padding: 15px 0;
  text-align: center;
  width: 102px;
}
.home_tabs.home3 .nav-tabs .nav-link.active{
  background-color: #fff;
  color: #1A3760;
}
.home_tabs.home3 .nav-tabs .nav-link.active:before{
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #fff transparent;
  content: "";
  height: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50px;
  width: 0;
  transform: rotate(180deg);
  z-index: 1;
}
.home_tabs.home6 .nav-tabs .nav-link{
  color: #1A3760;
}
.home_tabs.home6 .nav-tabs .nav-item.show .nav-link,
.home_tabs.home6 .nav-tabs .nav-link.active{
  border-bottom: 2px solid #1A3760;
}
.select-wrapp{
  border-right: 1px solid #E6E9EC;
}
.select-wrap .searchBoxElement{
  max-height: 343px;
  padding-top: 10px;
}
.select-wrap .searchBoxElement li{
  height: 110px;
  line-height: 60px;
  padding-left: 75px;
  position: relative;
}
.select-wrap.home1 .bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*=col-]{
  display: none;
}
.select-wrap.home1 .searchBoxElement li:after{
  background-color: #EBEBEB;
  bottom: 10px;
  content: "";
  height: 1px;
  left: -20px;
  position: absolute;
  right: 0px;
  width: 108%;
}
.select-wrap.home1 .searchBoxElement li:last-child:after{
  display: none;
}
.select-wrap .searchBoxElement li:nth-child(2):before{
  background-image: url(images/listing/sf1.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #EAEAEA;
  border-radius: 3px;
  content: "";
  height: 63px;
  left: 0;
  position: absolute;
  top: 13px;
  width: 63px;
}
.select-wrap .searchBoxElement li:nth-child(2) span:before{
  color: #1947E2;
  content: "$347.63";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  left: 80px;
  position: absolute;
  top: 40px;
}
.select-wrap .searchBoxElement li:nth-child(3):before{
  background-image: url(images/listing/sf2.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #EAEAEA;
  border-radius: 3px;
  content: "";
  height: 63px;
  left: 0;
  position: absolute;
  top: 13px;
  width: 63px;
}
.select-wrap .searchBoxElement li:nth-child(3) span:before{
  color: #1947E2;
  content: "$347.63";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  left: 80px;
  position: absolute;
  top: 40px;
}
.select-wrap .searchBoxElement li:nth-child(4):before{
  background-image: url(images/listing/sf3.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #EAEAEA;
  border-radius: 3px;
  content: "";
  height: 63px;
  left: 0;
  position: absolute;
  top: 13px;
  width: 63px;
}
.select-wrap .searchBoxElement li:nth-child(4) span:before{
  color: #1947E2;
  content: "$347.63";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  left: 80px;
  position: absolute;
  top: 40px;
}
.select-wrap.style2-dropdown input.refineText.formTextbox{
  width: 240px !important;
}
.searchBoxElement{
  background-color: #ffffff;
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  left: 15px;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 65px;
  width: 100% !important;
  z-index: 9;
  -ms-overflow-style: none;
  scrollbar-width: none;
  text-align: left;
}
.searchBoxElement span{
  padding: 0 5px;
}
.searchBoxElement li{
  line-height: 3;
  font-size: 13px;
}
.searchBoxElement li span{
  color: #1A3760;
  font-weight: 600;
}
.searchBoxElement li:hover{
  cursor: pointer;
}
.searchBoxElement li.selected{
  color: #1947E2;
}
.select-wrap .searchBoxElement li:first-child{
  display: none;
}
.select-wrap.style2-dropdown .searchBoxElement li:first-child{
  display: block;
}
.select-wrap.home1{
  position: relative;
}
.select-wrap.home1 .refineText{
  padding-left: 20px;
  width: 521px !important;
}
.refineText{
  border: none;
  color: #5F6973;
  font-size: 14px;
  line-height: 50px;
}
.refineText:active,
.refineText:focus{  
  outline: none;
}
.home_adv_srch_form form{
  border-radius: 3px;
}
.home_adv_srch_form .input-group-text,
.home_adv_srch_form label{
  background-color: transparent;
  border: none;
  color: #1947E2;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: uppercase;
}
.home_adv_srch_form label{
  color: #1A3760;
  font-size: 13px;
}
.home_adv_srch_form .search-btn{
  background-color: #1947E2;
  border-radius: 3px;
  color: #ffffff;
  font-size:  13px;
  font-weight: 600;
  height: 55px;
  text-transform: uppercase;
  width: 150px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.home_adv_srch_form .search-btn span{
  font-size: 16px;
  font-weight: 400;
  margin-right: 5px;
  vertical-align: middle;
}
.home_adv_srch_form.home2 form{
  border-radius: 60px;
  margin: 0 auto;
  padding: 10px 0 10px 25px;
  width: 75%;
}
.home_adv_srch_form.home3 form{
  background-color: rgba(13, 39, 59, 0.7);
  border-radius: 3px;
  margin: 0 auto;
  padding: 20px;
  width: 90%;
}
.home_adv_srch_form.home4 form{
  border-radius: 60px;
  margin: 0 auto;
  padding: 10px 0 10px 25px;
}
.home_adv_srch_form.home5 form{
  border-radius: 3px;
  margin: 0 auto;
  padding: 10px 0 10px 15px;
  width: 75%;
}
.home_adv_srch_form.home2 .search-btn{
  background-color: #1947E2;
  border-radius: 50%;
  height: 50px;
  width: 50px;
}
.home_adv_srch_form.home4 .search-btn{
  background-color: #FF783D;
  border-radius: 30px;
  color: #ffffff;
  height: 55px;
  text-transform: uppercase;
  width: 155px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.home_adv_srch_form.home5 .search-btn{
  background-color: #1947E2;
  border-radius: 3px;
  font-size: 13px;
  height: 50px;
  width: 145px;
}
.home_adv_srch_form.home6 form{
  -webkit-box-shadow:0px 10px 50px rgba(13, 39, 59, 0.1);
  -moz-box-shadow:0px 10px 50px rgba(13, 39, 59, 0.1);
  -o-box-shadow:0px 10px 50px rgba(13, 39, 59, 0.1);
  box-shadow:0px 10px 50px rgba(13, 39, 59, 0.1);
}
.custom_dropdowns .dropdown-menu.show .inner.show ul.dropdown-menu.inner.show li a{
  line-height: 40px;  
}
.custom_dropdowns .dropdown-item:hover{
  font-weight: 600;
}
.home_adv_srch_form .dropdown-menu.show .inner.show ul.dropdown-menu.inner.show li a span.check-mark{
  right: 30px;
  top: 15px;
}
.home_adv_srch_form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
  width: 192px;
}
.home_form_adv_srch_form_btn .adv_srch_btn{
  color: #1A3760;
  display: inline-flex;
  font-size: 14px;
  line-height: 18px;
}
.home_form_adv_srch_form_btn .adv_srch_btn i{
  color: #5F6973;
  font-size: 20px;
}
.home_adv_srch_form.home3 .form-row{
  margin: 0;
}
.home_adv_srch_form.home3 .input-group{
  height: 55px;
  line-height: 60px;  
}
.home_adv_srch_form.home3 .search-btn{
  background: linear-gradient(90deg, #EC2549 0%, #FF385C 100%);
  border-radius: 3px;
  height: 55px;
}
.small_dropdown2.home3 .dd_btn{
  border-radius: 0;
  border: none;
}
.home_adv_srch_form.home3 .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
  width: auto;
}
.home_adv_srch_form.home4 .refineText{
  border: none;
  padding: 0;
}
.home_adv_srch_form.home4 .refineText{
  height: auto;
  line-height: normal;
}
.home_adv_srch_form.home4 .searchBoxElement{
  border-top: 2px solid #FF783D;
  top: 59px;
}
.home_adv_srch_form .dropdown-item,
.home_adv_srch_form.listing_page_v3 .dropdown-item {
  background-color: transparent;
  color: #5F6973;
}
.home_adv_srch_form.listing_page_v3 .dropdown-item.active,
.home_adv_srch_form.listing_page_v3 .dropdown-item:active {
  color: #1947E2;
}
/* Icon Box Css Code  */
.border-bottom{
  border-bottom: 1px solid #EBEBEB;  
}
.feature-content{
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 50px;
  margin-top: -90px;
  padding: 30px 30px;
  position: relative;
}
.icon-box{
  background: #F4F4F4;
  border-radius: 3px;
  margin-bottom: 30px;
  padding: 30px 0;
  position: relative;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.icon-box .icon span{
  color: #1947E2;
  font-size: 35px;
}
.icon-box:hover{
  background: #1947E2;
  cursor: pointer;
}
.icon-box:hover .icon span,
.icon-box:hover .content-details .title{
  color: #fff;
}
.icon-box .content-details .title{
  color: #1A3760;
  font-size: 16px;
  font-weight: 500;
}
/* MegaDropDown Content Style/Css Code */
.mega-dropdown .dropbtn {
  color: #1A3760;
  border: none;
  font-size: 14px;  
  margin: 0;
  outline: none;
  position: relative;
}
.mega-dropdown .dropbtn:hover{
  cursor: pointer;
}
.search_dropdown{
  border-radius: 0;
  display: none;
  padding: 15px;
  position: fixed;
  top: 89px;
  width: 100%;
  z-index: 9;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.search_dropdown:before{
  background-color: rgba(13,38,59, .5);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.search_dropdown .closer {
  background-color: #E6E9EC;
  border-radius: 50%;
  height: 30px;
  line-height: 28px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 15px;
  width: 30px;
  z-index: 9;
}
.search_dropdown .closer span img{
  width: 11px;
}
.search_dropdown .modal-content{
  border: none;
}
.search_dropdown .modal-header{
  background-color: #F6F8F9;
  border-bottom: none;
  overflow: hidden;
  padding: 22px 32px;
  position: relative;
}
.search_dropdown .modal-header .modal-title{
  font-weight: 600;
}
.search_dropdown .modal-header .close{
  background-color: #E6E9EC;
  height: 30px;
  line-height: 30px;
  right: 30px;
  text-align: center;
  top: 25px;
  width: 30px;
}
.search_dropdown .closer span img{
  width: 11px;
}
.search_dropdown.home6{
  top: 0;
  z-index: 9999;
}
.dropdown-content{
  background-color: #ffffff;
  border-radius: 3px;
  -webkit-box-shadow:0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  -moz-box-shadow:0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  -o-box-shadow:0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  box-shadow:0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  display: none;
  min-height: 254px;
  left: 0;
  padding: 15px;
  position: absolute;
  top: 140px;
  width: 100%;
  z-index: 9;
}
.dropdown-content:before{
  background-color: #ffffff;
  content: "";
  height: 20px;
  left: auto;
  margin: 0 auto;
  position: absolute;
  right: 20%;
  top: -5px;
  width: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.dropdown-content.home2{
  top: 110px;
}
form.listing_page_v9{
  width: 100%;
}
.checkout_country_form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
  width: 100% !important;
}
.price_ranger_dropdown .dropdown-item{
  background-color: #ffffff;
  color: #5F6973;
}
.price_ranger_dropdown .dropdown-item.active,
.price_ranger_dropdown .dropdown-item:active{
  color: #1947E2;
}
.price_ranger_dropdown .bootstrap-select .dropdown-menu.show{
  border-radius: 3px;
  margin-top: 10px;
}
.price_ranger_dropdown .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
  width: 160px;
}
.price_ranger_dropdown ul li:first-child{
  margin-right: 0;
}
.listing_price_tag .tag_btn{
  background-color: #f4f4f4;
  border-radius: 3px;
  color: #5F6973;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 90px;
}
.listing_price_tag .tag_btn:hover{
  cursor: pointer;
}
.tag_dropdown_content{
  background-color: #ffffff;
  border: 1px solid #E6E9EC;
  border-radius: 3px;
  display: none;
  left: 0;
  max-width: 460px;
  min-height: 195px;
  padding: 20px 30px;
  position: absolute;
  top: 60px;
  width: 100%;
  z-index: 9;
}
.price_ranger_dropdown .ui_kit_checkbox .custom-control-label{
  color: #5F6973;
  font-size: 15px;
  font-weight: normal;
  padding-left: 5px;
  padding-right: 0;
}
/* Home Two Featured Row */
.featured_row{
  border-radius: 3px;
  background-color: #ffffff;
  -webkit-box-shadow:0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  -moz-box-shadow:0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  -o-box-shadow:0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  box-shadow:0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  height: 90px;
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: 0;
  margin-top: -100px;
}
.home1-advnc-search .dropdown-menu.show{
  -webkit-box-shadow:0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  -moz-box-shadow:0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  -o-box-shadow:0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  box-shadow:0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  border-radius: 3px;
  overflow: visible !important;
}
.home1-advnc-search .bootstrap-select .bs-ok-default:after{
  color: #1947E2;
}
.home9-mainslider {
  display: block;
  position: relative;
  width: 100%;
}
.home9-mainslider .banner-style-one .slide:before{
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.home9-mainslider .banner-style-one .banner-title{
  font-size: 60px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.home9-mainslider .home-content{
  padding-top: 15px;
}
.shop_item_list5 .banner-style-one .slide{
  padding: 100px 0 100px 80px;
}
.shop_item_list5 .banner-style-one .slide:before{
  display: none;
}
.home_iconbox_container{
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 10%;
}
.animated  {
  -webkit-animation-duration :3s;
  animation-duration :3s;
  -webkit-animation-delay :500ms;
  animation-delay :500ms;
}
.animate-out {
  -webkit-animation-delay : 0ms;
  animation-delay : 0ms;
}
.home-text h1,
.home-text h2,
.home-text h3 {
  color: #ffffff;
  margin-top: 0;
}
.home-text.home6 h2{
  color: #1A3760;
  font-weight: bold;
  line-height: 1.2;
}
.home-text.home6 p{
  color: #1A3760;
  line-height: 1.2;
}
.mouse_scroll {
  position: absolute;
  right: -350px;
  top: -80px;
}
.mouse_scroll .icon{
  cursor: pointer;
  display: inline-block;
  padding-right: 14px;
  text-align: right;
}
.mouse_scroll .icon h4{
  color: #ffffff;
  line-height: 1.2;
  margin: 0;
}
.mouse_scroll .icon p{
  color: rgba(255, 255, 255, 0.42);
  line-height: 1.2;
  margin: 0;
}
.mouse_scroll .thumb{
  float: right;
}
/* ==== Home 2 Main Sliders === */
.main-banner-wrapper {
  position: relative;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main-banner-wrapper {
    overflow: hidden;
  }
}
.main-banner-wrapper .carousel-btn-block{
  cursor: pointer;
  position: absolute;
  top: 45%;
  width: 100%;
  z-index: 9;
}
.main-banner-wrapper.home3_style .carousel-btn-block .carousel-btn{
  border: 1px solid #EAEAEA;
}
.main-banner-wrapper .carousel-btn-block .carousel-btn{
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  vertical-align: middle;
  z-index: 9;
}
.main-banner-wrapper .carousel-btn-block .carousel-btn:hover {
  background-color: #ffffff;
  color: #5F6973;
  opacity: 1;
}
.main-banner-wrapper .carousel-btn-block .carousel-btn.left-btn{
  position: absolute;
  left: 30px;
}
.main-banner-wrapper .carousel-btn-block .carousel-btn.right-btn{
  position: absolute;
  right: 30px;
}
.banner-style-one .slide{
  padding: 165px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.banner-style-one .slide:before{
  background-color: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.home5_main_slider .home-content{
  padding: 170px 0;
  position: relative;
  z-index: 1;
}
.home5_main_slider .banner-style-one .slide:before{
  background-color: rgba(18, 18, 18, 0.5);
}
.home5_main_slider .banner-style-one .banner-title,
.home5_main_slider .banner-style-one .active .banner-title{
  font-size: 60px;
  font-style: normal;
  font-weight: 1;
  line-height: 74px;
  letter-spacing: 0em;
}
.home9_slider_style .banner-style-one .owl-dots{
  bottom: 40px;
}
.home9_slider_style .banner-style-one .owl-dots .owl-dot span{
  background-color: #5F6973;
}
.home9_slider_style .banner-style-one .banner-title,
.home9_slider_style .banner-style-one .active .banner-title{
  color: #1A3760;
  font-size: 60px;
  font-style: normal;
  font-weight: 1;
  line-height: 74px;
  letter-spacing: 0em;
}
.home9_slider_style .banner-style-one p,
.home9_slider_style .banner-style-one .active p{
  color: #1A3760;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0em;
}
.banner-style-one .owl-nav{
  display: none;
}
.home3_style .banner-style-one .banner-title,
.home7_main_slider .banner-style-one .banner-title{
  color: #5F6973;
  font-size: 60px;
  font-style: normal;
  font-weight: 1;
  line-height: 74px;
  letter-spacing: 0em;
}
.home6_style .banner-style-one .banner-title{
  color: #1A3760;
  font-size: 45px;
  font-style: normal;
  font-weight: 1;
  line-height: 55px;
  letter-spacing: 0em;
}
.home6_style .banner-style-one p{
  color: #5F6973;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
.home-content-home6-style .banner-title,
.home-content-home6-style .banner_top_title,
.banner-style-one .banner_top_title,
.banner-style-one .banner_top_title small{
  color: #ffffff;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 73px;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.banner-style-one .banner-title{
  color: #ffffff;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0em;
  line-height: 23px;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.home-content-home6-style .banner-btn{
  /*background-color: #fff;*/
}
.home-content-home6-style .banner-btn,
.home-content-home6-style2{
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
.banner-style-one .sliding-box-object{
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.banner-style-one .banner-title small,
.home-content-home6-style .banner-title small{
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0em;
}
.banner-style-one .banner_top_title{
  color: #fff!important;
  font-size: 45px;
  font-style: normal;
  font-weight: 300;
  line-height: 63px;
  letter-spacing: 0em;
}
.banner-style-one .banner_top_title.bes{
  color: #fff!important;
  font-size: 45px;
  font-style: normal;
  font-weight: 300;
  line-height: 33px;
  letter-spacing: 0em;
}
.banner-style-one .banner_top_title small{
  color: #FFFFFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
}
.banner-style-one .property_details{
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.banner-style-one .property_details li span.icon,
.banner-style-one .property_details li span.text{
  font-size: 19px;
  color: #ffffff;
}
.banner-style-one .property_details li span.text{
  font-size: 14px;
}
.banner-style-one .property_details li{
  margin-right: 20px;
}
.banner-style-one .property_details li:last-child{
  margin-right: 0;
}
.home4_main_slider .banner-style-one .banner-title{
  text-transform: capitalize;
}
.home4_main_slider .banner-style-one p{
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0.1em;
}
.banner-style-one p{
  color: #ffffff;
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 5px;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.home-content-home6-style .banner-title,
.home-content-home6-style .banner_top_title,
.banner-style-one .active .banner-title,
.banner-style-one .active .banner_top_title,
.banner-style-one .active .property_details,
.banner-style-one .active .sliding-box-object,
.banner-style-one .active .banner-btn{
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
.banner-style-one .active p{
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.banner-style-one .banner-btn{
  background-color: #fff;
  border-radius:8px;
  border: none;
  color:#1A3760;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-top: 20px;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.banner-style-one .active .banner-btn{
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.banner-style-one .active .banner-btn:hover,
.banner-style-one .active .banner-btn:active,
.banner-style-one .active .banner-btn:focus{
  background-color: #cb281f;
}
.banner-style-one .owl-dots{
  margin: 0;
  position: absolute;
  bottom: 110px;
  left: 50%;
  -webkit-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  -o-transform:translateX(-50%);
  transform:translateX(-50%);
  width: 100%;
  max-width: 1170px;
  text-align: center;
}
.shop_item_list5 .banner-style-one .banner-btn,
.shop_item_list5 .banner-style-one.active .banner-btn{
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  height: 50px;
  letter-spacing: 0em;
  width: 152px;
}
.home-content-home6-style .banner-btn,
.home2_main_slider .banner-style-one.active .banner-btn{
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  padding: 16px 40px;
}
.home2_main_slider .banner-style-one .banner-btn{
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  padding: 16px 40px;
  background: #cb281f;
  letter-spacing: 2px
}
.home2_main_slider .banner-style-one .banner-btn:hover{background: #fff;color: #cb281f;border: 1px solid #cb281f}
.home3_style .banner-style-one .banner-btn,
.home3_style .banner-style-one .active .banner-btn{
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0em;
  padding: 15px 40px;
}
.home4_main_slider .banner-style-one .banner-btn,
.home4_main_slider .banner-style-one .active .banner-btn{
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0em;
  padding: 12px 34px;
}
.home5_main_slider .banner-style-one .banner-btn,
.home5_main_slider .banner-style-one .active .banner-btn{
  border: none;
  border-radius: 60px;
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0em;
  outline: none;
  padding: 12px 28px;
  text-transform: uppercase;
}
.home6_style .banner-style-one .banner-btn,
.home6_style .banner-style-one .active .banner-btn,
.home7_main_slider .banner-style-one .banner-btn,
.home7_main_slider .banner-style-one .active .banner-btn{
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0em;
  padding: 16px 40px;
}
.home7_main_slider .banner-style-one .banner-btn,
.home7_main_slider .banner-style-one .active .banner-btn{
  border: none;
}
.home8_main_slider .banner-style-one .banner-btn,
.home8_main_slider .banner-style-one .active .banner-btn{
  background-color: #FFD96A;
  border: none;
  border-radius: 50px;
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  height: 50px;
  line-height: 16px;
  letter-spacing: 0em;
  padding: 0;
  width: 152px;
}
.home8_main_slider .banner-style-one .banner-btn:hover,
.home8_main_slider .banner-style-one .banner-btn:active,
.home8_main_slider .banner-style-one .banner-btn:focus{
  background-color: #FFC416;
}
.home5_main_slider .banner-style-one .banner-btn:hover,
.home5_main_slider .banner-style-one .banner-btn:active,
.home5_main_slider .banner-style-one .banner-btn:focus,
.home5_main_slider .banner-style-one .active .banner-btn:hover,
.home5_main_slider .banner-style-one .active .banner-btn:active,
.home5_main_slider .banner-style-one .active .banner-btn:focus,
.home9_slider_style .banner-style-one .banner-btn:hover,
.home9_slider_style .banner-style-one .banner-btn:active,
.home9_slider_style .banner-style-one .banner-btn:focus,
.home9_slider_style .banner-style-one .active .banner-btn:hover,
.home9_slider_style .banner-style-one .active .banner-btn:active,
.home9_slider_style .banner-style-one .active .banner-btn:focus{
  color: #fff;
}
.home9_slider_style .banner-style-one .banner-btn,
.home9_slider_style .banner-style-one .active .banner-btn{
  border: none;
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  height: 50px;
  line-height: 16px;
  letter-spacing: 0em;
  padding: 0;
  width: 152px;
}
.home2_main_slider .banner-style-one .slide{
  padding: 135px 60px;
}
.home2_main_slider.style2 .banner-style-one .banner-title,
.home2_main_slider.style2 .banner-style-one .active .banner-title{
  font-size: 50px;
  font-style: normal;
  font-weight: 1;
  line-height: 62px;
  letter-spacing: 0em;
}
.home3_style .banner-style-one .slide{
  padding: 145px 0px;
}
.home2_main_slider .banner-style-one .owl-nav{
  display: none !important;
}
.home2_main_slider .banner-style-one .owl-dots{
  bottom: 100px;
  left: 100px;
}
.home2_main_slider.style2 .banner-style-one .owl-dots{
  bottom: 50px;
}
.home4_main_slider .banner-style-one .slide{
  padding: 85px 30px;
}
.home4_main_slider .banner-style-one .owl-dots{
  bottom: 30px;
  left: 75px;
}
.home4_main_slider .banner-style-one .owl-dots .owl-dot.active span,
.home8_main_slider .banner-style-one .owl-dots .owl-dot.active span{
  border: 2px solid #fff;
}
.home2_main_slider .banner-style-one .owl-dots .owl-dot span{
  background-color: #41544A;
  height: 8px;
  margin-top: -8px;
  width: 8px;
}
.home2_main_slider .banner-style-one .owl-dots .owl-dot.active span{
  background-color: transparent;
  border: 2px solid #41544A;
  height: 12px;
  width: 12px;
}
.home-content-home2-style{
  padding: 5% 0 10%;
  position: relative;
}
.home_fixed_content{
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 5%;
}
.home-content-home6-style{
  padding: 50px 0px;
  position: relative;
}
.home-content-home6-style2{
  padding: 190px 0;
}
.home6_style .banner-style-one .slide{
  padding: 150px 0 120px 100px;
}
.home8_main_slider .banner-style-one .slide{
  padding: 90px 0 0 55px;
}
.home8_main_slider .banner-style-one .owl-dots{
  bottom: 40px;
  left: 100px;
}
.home8_main_slider .banner-style-one .para{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}
.home8_main_slider .banner-style-one .banner_top_title{
  font-family: 'Poppins', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 1;
  line-height: 49px;
  letter-spacing: 0em;
}
.banner-style-one .owl-dots .owl-dot span{
  background-color: #eeeeee;
  width: 6px;
  height: 6px;
  margin: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.banner-style-one .owl-dots .owl-dot + .owl-dot{
  margin-left: 7px;
}
.banner-style-one .owl-dots .owl-dot.active span{
  background-color: transparent;
  border: 2px solid #41544A;
  height: 13px;
  width: 13px;
}
.banner-style-one.no-dots .owl-dots{
  display: none !important;
}
.home9-mainslider .banner-style-one .banner_top_title{
  font-size: 30px;
  margin-top: 30px;
}
.home-one{
  z-index: -1;
  margin-top: -126px;
}
.home-four{
  margin-top: -86px;
  padding: 0;
}
.home-one.home4_style{
  margin-top: -86px;
}
.home-one.home5_style{
  display: flex;
  position: relative;
  top: -86px;
  width: 100%;
  z-index: -1;
}
.home-one.home-seven{
  display: flex;
  top: -106px;
  width: 100%;
}
.home-six{
  margin-top: -128px;
  padding: 0;
}
.home-six.ntd{
  margin-top: -127px;
  padding: 0;
}
/*.home-seven.bg_home7_style{
  display: inline-block;
  margin-top: -84px;
  width: 100%;
}*/
.home-one .home-text a.btn,
.btn_home3_style{
  border-radius: 8px;
  color: #ffffff;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0em;
  height: 50px;
  line-height: 37px;
  margin-top: 15px;
  width: 160px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.home-one .home-text a.btn:hover {
  background-color: #1947E2;
  border-color: #1947E2;
}
.home-one .home-text.home3{
  position: relative;
}
.home-three{
  margin-top: 0;
}
.home-three:before{
  background-color: rgba(29, 41, 62, .702);
  bottom: 0;
  border-radius: 3px;
  content:"";
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.home3_home_content{
  padding: 160px 0;
  position: relative;
}
.home3_home_content h1{
  font-size: 55px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
}
.home3_home_content h4{
  font-size: 18px;
  color: #ffffff;
  line-height: 1.2;
}
.home3_home_content a.popup_video_btn {
  background: rgb(255, 90, 95);
  border-radius: 50%;
  color: #ffffff;
  font-size: 30px;
  height: 74px;
  line-height: 74px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 56%;
  width: 74px;
  z-index: 9;
}
.home3_home_content a.popup_video_btn:after {
  background-color: rgba(255, 90, 95, 0.5);
  border-radius: 100%;
  content: "";
  height: 89px;
  left: -7px;
  position: absolute;
  top: -7px;
  width: 89px;
  z-index: -1;
}
.home-four .banner-style-one .slide:before{
  left: 0;
  opacity: 0.902;
  position: absolute;
  right: 0;
  content:"";
  top: 0;
  bottom: 0;
}
.home_content_home5_style .wrapper{
  padding: 356px 0 210px;
  position: relative;
}
.home_content_home5_style .wrapper .title{
  color: #fff;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 73px;
  letter-spacing: 0em;
  position: relative;
}
.home_content_home5_style .wrapper .para{
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
}
.home_content_home5_style .wrapper a.btn {
  border-radius: 8px;
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0em;
  margin-top: 15px;
  padding: 13px 50px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.home_content_home5_style span.aminated-object1 .objects{
  z-index: 0;
}
.home5_button_content{
  margin-top: 30px;
  position: relative;
}
.home5_button_content .calltext{
  color: #fff;
  margin-bottom: 0;
}
.home5_button_content .calltext a{
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
}
.slide.slide-one.home6{
  height: 730px;
}
.banner-style-one .slide.slide-one.home6 .banner-title{
  font-size: 50px;
  font-weight: normal;
  line-height: initial;
  text-transform: uppercase;
}
.banner-style-one .slide.slide-one.home6 p{
  margin: 0 auto;
  max-width: 450px;
}
.banner-style-one .slide.home6 {
  padding: 295px 0;
}
.banner-style-one .slide.home6:before{
  background-color: rgba(0,0,0,.5);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.home1-overlay{
  position: relative;
}
.home1-overlay:before {
  content: "";
  background-color: rgb(13, 38, 59);
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.home2-overlay:before {
  content: "";
  background-color: rgb(13, 38, 59);
  opacity: 0.2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.home3-overlay:before {
  content: "";
  background-color: rgb(13, 38, 59);
  opacity: 0.3;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.home7-overlay:before {
  content: "";
  background-color: rgb(13, 38, 59);
  opacity: 0.7;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.listing-home-bg{
  background-image: url(images/home/1.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 600px;
}
.listing-home-bg:before {
  background: linear-gradient(0deg, rgba(10, 35, 87, 0.2), rgba(10, 35, 87, 0.2)), linear-gradient(180deg, #1A3760 0%, rgba(10, 35, 87, 0) 100%);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.paralax_home_search_content .home_content{
  padding-top: 0px;
}
.paralax_home_search_content .home_content.home1_style .home-text .title span img{
  z-index: 0;
}
.home_content.listing{
  padding: 90px 0;
}
.home_content.listing.slider_style{
  padding: 200px 0 90px;
}
.home_adv_srch_opt.listing{
  margin-top: 45px;
}
.home-listing-slider{
  margin-top: 0;
  position: relative;
}
.home-listing-slider .banner-style-one .slide:before{
  left: 0;
  position: absolute;
  right: 0;
  content:"";
  top: 0;
  bottom: 0;
}

/*== Home Five Overlay Slider ==*/
.divider-btn {
  line-height: 40px;
}
.home1-divider2 {
  background-image: url(images/background/3.jpg);
  -webkit-background-size: cover;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  padding: 145px 0 145px;
  position: relative;
}
.home1-divider2:before {
  background-color: rgba(36, 65, 231, .7);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.half-bg-img-divider{
  position: relative;
}
.half-bg-img-divider:before{
  background-image: url(images/background/half-divider-bg.jpg);
  background-size: cover;
  background-position: center center;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  width: 63%;
}
.app_grid h1{
  margin-bottom: 5px;
}
.app_grid h1,
.app_grid p{
  color: #ffffff;
}
.app_grid p{
  margin-bottom: 40px;
}
.app_grid button:last-child{
  margin-right: 0;
}
.app_grid .apple_btn,
.app_grid .play_store_btn{
  background-color: transparent;
  border-radius: 5px;
  border: 2px solid rgba(255,255,255, .4);
  color: #ffffff;
  height: 75px;
  line-height: normal;
  margin-right: 30px;
  position: relative;
  -ms-text-align-last: auto;
  text-align: left;
  width: 210px;
}
.app_grid .apple_btn{
  width: 230px;
}
.app_grid .apple_btn:hover,
.app_grid .play_store_btn:hover{
  border: 2px solid transparent;
  cursor: pointer;
}
.app_grid .apple_btn .icon,
.app_grid .play_store_btn .icon{
  font-size: 36px;
  float: left;
  margin-right: 20px;
  margin-left: 15px;
}
.app_grid .apple_btn .title,
.play_store_btn .title{
  display: block;
  font-size: 16px;
}
.app_grid .apple_btn .subtitle,
.play_store_btn .subtitle{
  font-size: 13px;
}
.phone_img{
  position: absolute;
  right: 0;
  top: -80px;
}
/*== School Category Courses ==*/
.img_hvr_box{
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 60px 30px 55px;
  position: relative;
  text-align: center;
}
.img_hvr_box:before {
  background-color: rgba(10, 10, 10, .5);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.img_hvr_box:hover{
  cursor: pointer;
}
.img_hvr_box:hover:before {
  background-color: rgba(36, 65, 231, .8);
}
.img_hvr_box.home3:hover:before {
  background-color: rgba(54, 159, 219, .8);
}
.img_hvr_box .overlay .details{
  display: block;
  position: relative;
}
.img_hvr_box .overlay .details h5,
.img_hvr_box .overlay .details p{
  color: #ffffff;
  margin-bottom: 0;
}
.img_hvr_box .overlay .details h5{
  font-size: 18px;
}
.img_hvr_box .overlay .details p{
  font-size: 15px;
}
.courses_all_btn .btn{
  border: 2px solid;
  border-radius: 25px;
  font-size: 15px;
  height: 50px;
  line-height: 35px;
  margin-top: 30px;
  width: 235px;
}
.courses_all_btn.home3 .btn{
  border-color: #369fdb;
  color: #369fdb;
}
.courses_all_btn.home3 .btn:hover,
.courses_all_btn.home3 .btn:active,
.courses_all_btn.home3 .btn:focus{
  background-color: #369fdb;
  color: #ffffff;
}
.course-single2{
  background-color: #f9fafc;
}
.courses_single_container{
  position: relative;
  width: 100%;
}
.cs_row_one .cs_instructor{
  clear: both;
  display: inline-block;
  position: relative;
  width: 100%;
}
.cs_row_one .cs_instructor .cs_instrct_list li{
  margin-right: 15px;
}
.cs_row_one .cs_instructor .cs_instrct_list li .thumb{
  height: 50px;
  width: 50px;
}
.cs_row_one .cs_instructor .cs_instrct_list li a{
  font-size: 15px;
  color: rgb(126, 126, 126);
  line-height: 1.2;
}
.cs_row_one .cs_instructor .cs_instrct_list li a{
  font-size: 15px;
  color: rgb(126, 126, 126);
  line-height: 1.2;
}
.cs_row_one .cs_instructor .cs_watch_list li a,
.cs_row_one.csv3 .cs_watch_list li a{
  font-size: 15px;
  color: #1A3760;
  line-height: 1.2;
}
.cs_row_one .cs_instructor .cs_watch_list li:first-child a{
  font-size: 20px;
}
.cs_row_one .cs_instructor .cs_watch_list li:last-child a,
.cs_row_one.csv3 .cs_watch_list li:last-child a{
  border-radius: 5px;
  background-color: rgb(36, 65, 231);
  color: #ffffff;
  display: block;
  height: 30px;
  text-align: center;
  width: 90px;
}
.cs_row_one .cs_instructor .cs_watch_list li:last-child a span,
.cs_row_one.csv3 .cs_watch_list li:last-child a span{
  font-size: 13px;
  color: #ffffff;
  line-height: 2.2;
}
.cs_row_one .cs_title{
  font-size: 26px;
  color: #1A3760;
  line-height: 1.2;
}
.cs_row_one .cs_review_seller{
  margin-bottom: 15px;
}
.cs_row_one .cs_review_seller li{
  margin-right: 4px;
}
.cs_row_one .cs_review_seller li a{
  font-size: 13px;
  font-family: "FontAwesome";
  color: #bcc52a;
  line-height: 1.2;
}
.cs_row_one .cs_review_seller li:first-child{
  margin-right: 15px;
}
.cs_row_one .cs_review_seller li:first-child a{
  border-radius: 5px;
  background-color: rgb(255, 16, 83);
  color: #ffffff;
  display: block;
  height: 30px;
  text-align: center;
  width: 90px;  
}
.cs_row_one .cs_review_seller li:first-child a span{
  font-size: 13px;
  color: #ffffff;
  line-height: 2.2;
}
.cs_row_one .cs_review_seller li:last-child a{
  font-size: 14px;
  color: rgb(126, 126, 126);
  line-height: 1.2;
}
.cs_row_one .cs_review_enroll{
  margin-bottom: 30px;
}
.cs_row_one .cs_review_enroll li{
  margin-right: 15px;
}
.cs_row_one .cs_review_enroll li a{
  font-size: 14px;
  color: rgb(126, 126, 126);
  line-height: 1.2;
}
.cs_row_one .cs_review_enroll li a span{
  padding-right: 6px;
}
.cs_row_one .courses_big_thumb{
  margin-bottom: 30px;
}
.cs_row_one .courses_big_thumb .thumb{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  overflow: hidden;
  position: relative;
}
.cs_ins_container .courses_big_thumb .iframe_video{
  border-radius: 5px;
  min-height: 540px;
  max-width: 960px;
}
.cs_row_one .courses_big_thumb .thumb img{
  border-radius: 5px;
}
.cs_row_one .courses_big_thumb .thumb .overlay_icon:before{
  bottom: 0;
  background-color: rgba(0,0,0, .3);
  content:"";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.cs_row_one .courses_big_thumb .thumb .overlay_icon a,
.cs_row_one .courses_big_thumb .thumb .overlay_icon .title{
  color: #ffffff;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 40%;
}
.cs_row_one .courses_big_thumb .thumb .overlay_icon .title{
  top: 58%;
}
.cs_row_one.csv3 .cs_review_enroll{
  display: inline;
}
.cs_row_two .cs_overview{
  border-style: solid;
  border-width: 2px;
  border-color: rgb(237, 239, 247);
  border-radius: 5px;
  background-color: rgba(42, 53, 59, 0);
  margin-bottom: 30px;
  padding: 30px;
}
.cs_row_two.csv2 .cs_overview,
.cs_row_three.csv2 .course_content,
.cs_row_four.csv2 .about_ins_container,
.cs_row_five.csv2 .student_feedback_container,
.cs_row_six.csv2 .sfeedbacks,
.cs_row_seven.csv2 .sfeedbacks{
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -o-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  margin-top: 30px;
}
.cs_row_two .cs_overview .title{
  font-size: 20px;
  color: #1A3760;
  line-height: 1.2;
  margin-bottom: 22px;
}
.cs_row_two .cs_overview h4{
  font-size: 18px;
  color: rgb(59, 59, 59);
  line-height: 1.333;
  margin-bottom: 10px;
}
.cs_row_two .cs_overview p{
  font-size: 15px;
  color: rgb(126, 126, 126);
  line-height: 1.6;
}
.cs_row_two .cs_overview ul.cs_course_syslebus{
  margin-bottom: 17px;
  margin-right: 100px;
}
.cs_row_two .cs_overview ul.cs_course_syslebus,
.cs_row_two .cs_overview ul.cs_course_syslebus2{
  display: inline-block;
}
.cs_row_two .cs_overview ul.cs_course_syslebus li p,
.cs_row_two .cs_overview ul.cs_course_syslebus2 li p{
  font-size: 15px;
  color: rgb(126, 126, 126);
  display: inline;
  line-height: 2.8;
  margin-bottom: 0;
  padding-left: 10px;
}
.cs_row_two .cs_overview ul.list_requiremetn li i{
  font-size: 10px;
  color: rgb(126, 126, 126);
}
.cs_row_two .cs_overview ul.list_requiremetn li p{
  color: rgb(126, 126, 126);
  font-size: 15px;
  display: inline;
  line-height: 2.667;
  margin-bottom: 0;
  padding-left: 13px;
}
.cs_row_three .course_content{
  border-style: solid;
  border-width: 2px;
  border-color: rgb(237, 239, 247);
  border-radius: 5px;
  background-color: rgba(42, 53, 59, 0);
  margin-bottom: 30px;
  position: relative;
  padding: 30px;
}
.cs_row_three .course_content .cc_headers{
  position: relative;
}
.cs_row_three .course_content h4.title{
  font-size: 20px;
  color: #1A3760;
  float: left;
  line-height: 1.2;
}
.cs_row_three .course_content .details{
  display: inline-block;
  position: relative;
  width: 100%;
}
.cs_row_three .course_content .details .cc_tab{
  margin-top: 30px;
}
.cs_row_three .course_content .details .cc_tab h4.panel-title{
  font-size: 18px;
  color: rgb(59, 59, 59);
  line-height: 1.7;
  border-radius: 5px;
  background-color: rgb(237, 239, 247);
  height: 50px;
  padding: 10px 20px;
}
.cs_row_three .course_content .details .cc_tab .panel-body .cs_list li{
  border: 1px solid rgb(235, 235, 235);
  padding: 20px 25px;  
}
.cs_row_three .course_content .details .cc_tab .panel-body .cs_list li:last-child{
  border-bottom: none;
}
.cs_row_three .course_content .details .cc_tab .panel-body .cs_list li a{
  font-size: 15px;
  color: rgb(79, 79, 79);
  line-height: 1.6;
}
.cs_row_three .course_content .details .cc_tab .panel-body .cs_list li a span{
  padding-right: 4px;
}
.cs_row_three .course_content .details .cc_tab .panel-body .cs_list li a span.cs_preiew{
  float: right;
  margin-right: 50px;
}
.cs_row_three .course_content .details .cc_tab .panel-body .cs_list li:hover a{
  color: #1947E2;
}
.cs_row_three .course_content .details .cc_tab .panel-body .cs_list li a span.cs_time{
  float: right;
}
.cs_row_four .about_ins_container,
.cs_row_five .student_feedback_container,
.cs_row_six .sfeedbacks,
.cs_row_seven .sfeedbacks{
  border-radius: 5px;
  margin-bottom: 30px;
  position: relative;
}
.cs_row_six .sfeedbacks .sspd_review_liked{
  background-color: rgb(237, 239, 247);
  border-radius: 20px;
  height: 40px;
  text-align: center;
  max-width: 200px;
}
.cs_row_six .sfeedbacks .sspd_review_liked a{
  font-size: 14px;
  line-height: 2.714;
}
.cs_row_six.csv2.style2{
  overflow: hidden;
}
.cs_row_four .about_ins_container .aii_title,
.cs_row_five .student_feedback_container .aii_title{
  font-size: 20px;
  color: #1A3760;
  margin-bottom: 25px;
  line-height: 1.2;
}
.cs_row_four .about_ins_container .about_ins_info{
  float: left;
}
.cs_row_four .about_ins_container .details{
  padding-left: 160px;
}
.cs_row_four .about_ins_container .details h4{
  font-size: 20px;
  color: #1A3760;
  margin-bottom: 0;
  line-height: 1.5;
}
.cs_row_four .about_ins_container .details .subtitle{
  font-size: 14px;
  color: rgb(137, 137, 137);
  margin-bottom: 15px;
  line-height: 1.714;
}
.cs_row_four .about_ins_container .details p{
  font-size: 15px;
  color: rgb(79, 79, 79);
  line-height: 1.6;
}
.cs_row_four .about_ins_container .details .about_ins_list li:first-child p{
  font-size: 15px;
  color: rgb(79, 79, 79);
  margin-bottom: 0;
  line-height: 1.6;
}
.cs_row_four .about_ins_container .details .about_ins_list li a{
  font-size: 15px;
  color: rgb(79, 79, 79);
  line-height: 1.6;
}
.cs_row_four .about_ins_container .details .review_list{
  float: left;
  margin-right: 80px;
}
.cs_row_four.csv2 .about_ins_container .details .review_list{
  margin-right: 50px;
}
.cs_row_four.csv2 .about_ins_container .details .about_info_list li{
  margin-right: 15px;
}
.cs_row_four .about_ins_container .details .review_list li{
  margin-right: 4px;
}
.cs_row_four .about_ins_container .details .review_list li i{
  font-size: 13px;
  color: #bcc52a;
  line-height: 1.2;
}
.cs_row_four .about_ins_container .details .about_info_list li{
  font-size: 14px;
  color: rgb(126, 126, 126);
  line-height: 1.2;
  margin-right: 30px;
}
.cs_row_four .about_ins_container .details .about_info_list li:last-child{
  margin-right: 0;
}
.cs_row_four .about_ins_container .details .about_info_list li span{
  padding-right: 10px;
}
.cs_row_five .student_feedback_container .s_feeback_content .sonny_progressbar{
  border-radius: 5px;
  max-width: 470px;
  padding-left: 100px;
}
.cs_row_five .student_feedback_container .s_feeback_content ul.skills{
  margin-bottom: 30px;
}
.cs_row_five .student_feedback_container .s_feeback_content ul.skills li{
  color: rgb(79, 79, 79);
  font-size: 14px;
  float: left;
  line-height: 1.2;
}
.cs_row_five .student_feedback_container .s_feeback_content .sonny_progressbar .bar{
  background-color: #d0d23c !important;
}
.cs_row_five .student_feedback_container .s_feeback_content .sonny_progressbar .bar-container{
  border-radius: 5px;
  height: 10px !important;
  overflow: hidden;
}
.cs_row_five .student_feedback_container .s_feeback_content .sonny_progressbar p.title{
  float: right;
  margin-right: -50px;
  margin-top: -10px;
}
.my_course_content_list .mc_content_list .s_feeback_content .sonny_progressbar{
  border-radius: 5px;
  max-width: 170px;
  padding-left: 100px;
}
.my_course_content_list .mc_content_list .sonny_progressbar .bar-container{
  margin-left: -190px;
  margin-right: 130px;
  margin-top: 10px;
}
.my_course_content_list .mc_content_list .sonny_progressbar p.title{
  float: right;
  margin-bottom: 0;
  margin-right: 0;
  margin-top: -10px;
}
.cs_row_five .student_feedback_container .aii_average_review{
  border-radius: 5px;
  background-color: rgb(237, 239, 247);
  height: 180px;
  position: absolute;
  right: 30px;
  top: 75px;
  width: 230px;
}
.cs_row_five .student_feedback_container .aii_average_review .av_content{
  margin-top: 45px;
}
.cs_row_five .student_feedback_container .aii_average_review .av_content h2{
  font-size: 50px;
  color: #1A3760;
  line-height: 0.6;
}
.cs_row_five .student_feedback_container .aii_average_review .av_content .aii_rive_list li{
  font-size: 13px;
  font-family: "FontAwesome5FreeSolid";
  color: #bcc52a;
  margin-right: 3px;
  line-height: 1.2;
}
.cs_row_five .student_feedback_container .aii_average_review .av_content p{
  font-size: 15px;
  color: rgb(79, 79, 79);
  line-height: 1.2;
}
.r_course_title{
  font-size: 26px;
  color: #1A3760;
  line-height: 1.2;
  margin-bottom: 30px;
}
/*== Feature Property ==*/
.latest-property{
  border-bottom: 1px solid #ebebeb;
}
.best-property .container{
  max-width: 1560px;
}
.for_blog.blog_single_post{
  border: none;
  text-align: center;
}
.for_blog.blog_single_post .details .title{
  color: #1A3760;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
.for_blog{
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 1px;
  position: relative;
}
.for_blog:hover a{color: #cb281f}
.for_blog .thumb{
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.for_blog .thumb img{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.for_blog:hover .thumb img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.for_blog .tag{
  background-color: #1A3760;;
  border-radius: 60px;
  color: #fff;
  font-size: 9px;
  font-style: normal;
  font-weight: 600;
  height: 25px;
  left: 10px;
  line-height: 25px;
  letter-spacing: 0.03em;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 10px;
  width: 52px;
  z-index: 1;
}
.for_blog.list-type{
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
}
.for_blog .details{
  position: relative;
  padding: 13px 13px 10px;
}
.for_blog .details p{
	font-size: 14px;line-height: 18px
}
.for_blog .details .title,
.for_blog .details .title a{
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 0em;
  margin-bottom: 5px;
}
.for_blog .details .title.video{font-size: 20px;}
.for_blog .details .bp_meta ul li{
  margin-right: 15px;
}
.for_blog .details .bp_meta ul li:lasat-child{
  margin-right: 0px;
}
.for_blog .details .bp_meta ul li a{
  color: #1A3760;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
}
.for_blog .details .bp_meta ul li a span{
  font-size: 14px;
  margin-right: 5px;
  vertical-align: middle;
}
.for_blog .fp_footer .fp_meta li:nth-child(2){
  margin-right: 30px;
}
.for_blog.list-type .thumb{
  max-width: 390px;
  width: 100%;
}
.for_blog.list-type .details{
  padding: 28px 35px 10px 35px;
}
.for_blog.list-type .details p,
.for_blog.blog_details_inner .details p{
  color: #5F6973;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}
@media(max-width:1360px) and (min-width:1198.98px){
	.for_blog.list-type .details p{
  color: #5F6973;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
}
}
.for_blog .details .bpg_meta li a{
  font-size: 14px;
  color: rgb(119, 119, 119);
  line-height: 1.2;
}
.properti_city.home6 .thumb .thmb_cntnt{
  left: 10px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.properti_city.home6 .thumb .thmb_cntnt ul.tag{
  position: absolute;
  left: 10px; 
  top: 10px;
}
.properti_city.home6 .thumb .thmb_cntnt ul.tag li{
  border-radius: 3px;
  height: 25px;
  line-height: 25px;
  text-align: center;
}
.properti_city.home6 .thumb .thmb_cntnt ul.tag li:first-child{
  background-color: rgb(62, 76, 102);
}
.properti_city.home6 .thumb .thmb_cntnt ul.tag li:last-child{
  background-color: #1947E2;
  margin-right: 0;
}
.properti_city.home6 .thumb .thmb_cntnt ul.tag li a{
  color: #fefefe;
}
.listing_gallery,
.listing_reviews{
  bottom: -190px;
  left: 23px;
  position: absolute;
}
.listing_gallery{
  bottom: -190px;
  opacity: 0;
}
.listing_gallery li a span,
.listing_reviews li a span{
  font-size: 15px;
  font-weight: normal;
  vertical-align: middle;
}
.listing_gallery li:first-child{
  margin-right: 20px;
}
.listing_gallery li a,
.listing_reviews li a{
  font-size: 12px;
  font-weight: 600;
}
.listing_reviews li a .total_review{
  font-size: 14px;
  line-height: 20px;
}
.badge_icon {
  position: absolute;
  right: 20px;
  top: -20px;
  width: 42px;
}
.badge_icon a img{
  border: 2px solid #ffffff;
  border-radius: 50%;
  -webkit-box-shadow:0px 4px 4px rgb(0 0 0 / 25%);
  -moz-box-shadow:0px 4px 4px rgb(0 0 0 / 25%);
  -o-box-shadow:0px 4px 4px rgb(0 0 0 / 25%);
  box-shadow:0px 4px 4px rgb(0 0 0 / 25%);
}
.invoice_table.faborites td.editing_list{
  vertical-align: middle;
}
.agent_single{
  display: flex;
  position: relative;
}
.agent_single .thumb img{
  border-radius: 3px;
}
.agent_single .details .tc_content{
  padding: 10px 0 0;
}
.agent_single .details .tc_content h4{
  margin-bottom: 0;
}
.agent_single .details .tc_content .prop_details li a{
  line-height: 30px;
}
.agent_single .thumb{
  margin: 0 30px 0 0;
  width: 460px;
}
.agent_single .sspd_review ul li,
.agent_single .sspd_review ul li a{
  font-size: 14px;
}
.agent_single .table td{
  color: #5F6973;
}
.agent_single .table th{
  color: #1A3760;
}
.agent_single .table td,
.agent_single .table th{
  padding: 10px 0 0;
}
.agent_contact_btns{
  display: inline-flex;
}
.agent_contact_btns .btn{
  border-radius: 3px;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  height: 55px;
  letter-spacing: 0;
  line-height: 45px;
  text-transform: uppercase;
  width: 210px;
}
.btn-whatsapp{
  border: 1px solid #48C740;
  color: #48C740;
}
.btn-whatsapp:hover,
.btn-whatsapp:active,
.btn-whatsapp:focus{
  background-color: #48C740;
  color: #fff;
}
.status_tag.badge{
  border-radius: 3px;
  background-color: rgb(255, 90, 95);
  font-size: 14px;
  color: rgb(254, 254, 254);
  height: 25px;
  line-height: 1.2;
  padding: 5px 8px;
  text-align: center;
}
.status_tag.badge2{
  border-radius: 3px;
  background-color: rgb(57, 218, 138);
  font-size: 14px;
  color: rgb(254, 254, 254);
  height: 25px;
  line-height: 20px;
  padding: 5px 8px;
  text-align: center;
}
.status_tag.badge3{
  border-radius: 3px;
  background-color: rgb(253, 57, 122);
  font-size: 14px;
  color: rgb(254, 254, 254);
  height: 25px;
  line-height: 20px;
  padding: 5px 8px;
  text-align: center;
}
.properti_city.home6 .details .tc_content h4,
.properti_city.home6 .details a.fp_price,
.properti_city.home6 ul.prop_details li a{
  color: #ffffff;
  font-weight: 600;
}
.properti_city.home6 .overlay .details h4{
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.2;
}
.properti_city.home6 .details a.fp_price{
  font-size: 22px;
  color: #ffffff;
  font-weight: bold;
  line-height: 2;
}
.feature_property_slider.owl-theme .owl-nav,
.bestseller_sidebar_slider.owl-theme .owl-nav,
.listing_item_4grid_slider.home10_style.owl-theme .owl-nav,
.popular_listing_slider1.owl-theme .owl-nav,
.recent_property_slider_home5.owl-theme .owl-nav{
  margin: 0;
}
.popular_listing_slider1.owl-theme .owl-dots{
  margin-top: 30px;
}
.feature_property_slider.owl-theme .owl-dots .owl-dot,
.bestseller_sidebar_slider.owl-theme .owl-dots .owl-dot,
.listing_item_1grid_slider.owl-theme .owl-dots .owl-dot,
.listing_item_2grid_slider.owl-theme .owl-dots .owl-dot,
.listing_item_3grid_slider.owl-theme .owl-dots .owl-dot,
.shop_slider_col6.owl-theme .owl-dots .owl-dot,
.popular_listing_slider1.owl-theme .owl-dots .owl-dot,
.recent_property_slider_home5.owl-theme .owl-dots .owl-dot {
  background-color: transparent;
  margin-right: 7px;
  vertical-align: middle;
}
.feature_property_slider.owl-theme .owl-dots .owl-dot span,
.bestseller_sidebar_slider.owl-theme .owl-dots .owl-dot span,
.home4_style .listing_item_car_grid_slider.owl-theme .owl-dots .owl-dot span,
.listing_item_1grid_slider.owl-theme .owl-dots .owl-dot span,
.listing_item_2grid_slider.owl-theme .owl-dots .owl-dot span,
.listing_item_3grid_slider.owl-theme .owl-dots .owl-dot span,
.listing_item_4grid_slider.owl-theme .owl-dots .owl-dot span,
.listing_item_5grid_slider.owl-theme .owl-dots .owl-dot span,
.shop_slider_col6.owl-theme .owl-dots .owl-dot span,
/*.listing_item_7grid_slider.owl-theme .owl-dots .owl-dot span,*/
.popular_listing_slider1.owl-theme .owl-dots .owl-dot span,
.feature_product_slider.owl-theme .owl-dots .owl-dot span,
.recent_property_slider_home5.owl-theme .owl-dots .owl-dot span {
  background-color: #D7DDE3;
  border-radius: 50%;
  height: 9px;
  margin: 3px;
  width: 9px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.feature_property_slider.owl-theme .owl-dots .owl-dot.active span,
.feature_property_slider.owl-theme .owl-dots .owl-dot:hover span,
.bestseller_sidebar_slider.owl-theme .owl-dots .owl-dot.active span,
.bestseller_sidebar_slider.owl-theme .owl-dots .owl-dot:hover span,
.popular_listing_slider1.owl-theme .owl-dots .owl-dot.active span,
.popular_listing_slider1.owl-theme .owl-dots .owl-dot:hover span,
.feature_product_slider.owl-theme .owl-dots .owl-dot.active span,
.feature_product_slider.owl-theme .owl-dots .owl-dot:hover span,
.listing_item_1grid_slider.owl-theme .owl-dots .owl-dot.active span,
.listing_item_1grid_slider.owl-theme .owl-dots .owl-dot:hover span,
.listing_item_2grid_slider.owl-theme .owl-dots .owl-dot.active span,
.listing_item_2grid_slider.owl-theme .owl-dots .owl-dot:hover span,
.listing_item_3grid_slider.owl-theme .owl-dots .owl-dot.active span,
.listing_item_3grid_slider.owl-theme .owl-dots .owl-dot:hover span,
.listing_item_4grid_slider.owl-theme .owl-dots .owl-dot.active span,
.listing_item_4grid_slider.owl-theme .owl-dots .owl-dot:hover span,
.listing_item_5grid_slider.owl-theme .owl-dots .owl-dot.active span,
.listing_item_5grid_slider.owl-theme .owl-dots .owl-dot:hover span,
/*.listing_item_7grid_slider.owl-theme .owl-dots .owl-dot.active span,
.listing_item_7grid_slider.owl-theme .owl-dots .owl-dot:hover span,*/
.recent_property_slider_home5.owl-theme .owl-dots .owl-dot.active span,
.recent_property_slider_home5.owl-theme .owl-dots .owl-dot:hover span,
.shop_slider_col6.owl-theme .owl-dots .owl-dot.active span,
.shop_slider_col6.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #1947E2 !important;
  border-radius: 50%;
  height: 9px;
  width: 9px;
}
.popular_listing_slider1.home7.owl-theme .owl-dots .owl-dot span{
  background-color: #fff;
}
.listing_item_2grid_slider.owl-theme .owl-dots{
  text-align: left;
}
.listing_item_2grid_slider.owl-theme .owl-dots .owl-dot span{
  background-color: #fff;
}
.listing_item_2grid_slider.owl-theme .owl-dots .owl-dot.active span,
.listing_item_2grid_slider.owl-theme .owl-dots .owl-dot:hover span{
  background-color: transparent !important;
  border: 2px solid #ffffff;
}
.popular_listing_slider1.home10.owl-theme .owl-dots .owl-dot span{
  background-color: #006766;
}
.popular_listing_slider1.home10.owl-theme .owl-dots .owl-dot.active span,
.popular_listing_slider1.home10.owl-theme .owl-dots .owl-dot:hover span{
  border: 2px solid #006766;
}
.popular_listing_sliders .tab-content .tab-pane {
  display: block;
  height:0;
}
.popular_listing_sliders .tab-content .active {
  height:auto;
}
.popular_listing_sliders.user_profile .nav-tabs{
  background-color: transparent;
  margin: 0;
  margin-bottom: 50px;
  max-width: none;
}
.popular_listing_sliders.user_profile .nav-tabs .nav-link:first-child{
  padding-left: 0;
}
.popular_listing_sliders.user_profile .nav-tabs .nav-link{
  color: #5F6973;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 41px;
  letter-spacing: 0em;
  padding-right: 10px;
  padding-top: 0;
}
.popular_listing_sliders .nav-tabs{
  background-color: #1A3760;
  border-radius: 60px;
  border-bottom: none;
  height: 52px;
  line-height: 45px;
  margin: 0 auto 50px;
  max-width: 536px;
  padding: 0;
  width: 100%;
}
@media (max-width:553px){
  .popular_listing_sliders .nav-tabs{
  background-color: #1A3760;
  border-radius: 60px;
  border-bottom: none;
  height: 100px;
  line-height: 45px;
  margin: 0 auto 50px;
  max-width: 549px;
  padding: 0;
  width: 100%;
}
}
.popular_listing_sliders.home5_style .nav-tabs{
  margin: 0 0 50px auto;
  max-width: 340px;
}
.popular_listing_sliders.single_page6_tabs .nav-tabs{
  border-radius: 8px;
  max-width: initial;
  margin-bottom: 20px;
}
.popular_listing_sliders.single_page6_tabs .nav-tabs .nav-link:hover,
.popular_listing_sliders.single_page6_tabs .nav-tabs .nav-link.active{
  border-radius: 8px;
}
.popular_listing_sliders .nav-tabs .nav-link{
  border: 1px solid transparent;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  height: 35px;
  line-height: 16px;
  letter-spacing: 0em;
  margin: 8px 3px;
  padding: 7px 27px;
  text-transform: capitalize;
  text-align: left;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.popular_listing_sliders.home4_style .nav-tabs .nav-link{
  color: #1A3760;
  font-size: 14px;
  margin: 8px;
  padding: 0;
  text-transform: capitalize;
}
.popular_listing_sliders.home4_style .nav-tabs .nav-link span{
  font-size: 18px;
  font-weight: normal;
  vertical-align: middle;
}
.popular_listing_sliders.home4_style .nav-tabs .nav-link:focus,
.popular_listing_sliders.home4_style .nav-tabs .nav-link:focus-visible,
.popular_listing_sliders.home4_style .nav-tabs .nav-link:visited,
.popular_listing_sliders.home4_style .nav-tabs .nav-link.active{
  border: 1px solid transparent;
  background-color: transparent;
  color: #1947E2;
  padding: 0;
}
.popular_listing_sliders.home4_style .nav-tabs .nav-link.active span{
  color: #1947E2;
}
.popular_listing_sliders.home5_style2 .nav-tabs .nav-link{
  border: none;
  margin: 0 30px;
  padding: 0;
  text-align: center;
}
.popular_listing_sliders.home5_style2 .nav-tabs .nav-link .icon{
  background-color: transparent;
  border: none;
  border-radius: 50%;
  display: block;
  height: 80px;
  line-height: 80px;
  width: 80px;
}
.popular_listing_sliders.home5_style2 .nav-tabs .nav-link.active .icon{
  background-color: #1947E2;
}
.popular_listing_sliders.home5_style2 .nav-tabs .nav-link.active .icon span{
  color: #fff;
}
.popular_listing_sliders.home5_style2 .nav-tabs .nav-link .icon span{
  color: #1947E2;
  font-size: 40px;
  font-weight: 400;  
}
.popular_listing_sliders.home5_style2 .nav-tabs .nav-link:focus,
.popular_listing_sliders.home5_style2 .nav-tabs .nav-link:hover, 
.popular_listing_sliders.home5_style2 .nav-tabs .nav-link.active{
  background-color: transparent;
  border: transparent;
  color: #1A3760;
}
.popular_listing_sliders.home7_style .nav-tabs .nav-link{
  margin: 0;
}
.popular_listing_sliders .nav-tabs .nav-link:hover,
.popular_listing_sliders .nav-tabs .nav-link:focus,
.popular_listing_sliders .nav-tabs .nav-link:focus-visible,
.popular_listing_sliders .nav-tabs .nav-link:visited,
.popular_listing_sliders .nav-tabs .nav-link.active{
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 30px;
  color: #1A3760;
}
.popular_listing_sliders.home9_shop_contents{
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  padding: 30px;
}
/*== Property Cities ==*/
.properti_city{
  border-radius: 3px;
  margin-bottom: 30px;
  position: relative;
}
.properti_city .thumb{
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.properti_city .thumb img{
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.properti_city:hover .thumb img{
  -webkit-transform: scale(1.1) rotate(-1deg);
  -moz-transform: scale(1.1) rotate(-1deg);
  -o-transform: scale(1.1) rotate(-1deg);
  -ms-transform: scale(1.1) rotate(-1deg);
  transform: scale(1.1) rotate(-1deg);
}
.properti_city .overlay{
  background: rgba(13, 38, 59, .5);
  border-radius: 3px;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
.properti_city.home3 .overlay{
  background: rgba(39, 42, 51, .30);
}
.properti_city .overlay .details{
  bottom: 20px;
  left: 0;
  position: absolute;
  right: 0;
}
.properti_city .overlay .details .icon{
  color: #ffffff;
  font-size: 60px;
  margin-bottom: 50px;
}
.properti_city .overlay .details h4{
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.43rem;
}
.properti_city.home6 .thumb .thmb_cntnt{
  left: 8px;
  position: absolute;
  top: 20px;
}
.properti_city.home6 .overlay .details{
  padding-left: 20px;
  text-align: left;
} 
.properti_city .overlay .details p{
  font-size: 14px;
  color: #ffffff;
  line-height: 1.2;
}
.properti_city.style2{
  background-color: #ffffff;
  border: 1px solid #EAEAEA;
  border-radius: 3px;
  padding: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.properti_city.style2:hover{
  -webkit-box-shadow:0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  -moz-box-shadow:0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  -o-box-shadow:0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  box-shadow:0px 0px 50px 0px rgba(19, 19, 28, 0.12);
}
.properti_city.style2 .details{
  padding: 20px 20px 10px;
  text-align: center;
}
.properti_city.style2 .details p{
  margin-bottom: 0;
}
.property_city_home6{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.property_city_home6 .thumb{
  position: relative;
}
.property_city_home6 .thumb img{
  border-radius: 8px;
  height: 100px;
  max-width: 100px;
}
.property_city_home6 .details{
  padding: 20px 25px 0;
}
.modern_apertment{
  border-radius: 3px;
  background-color: #ffffff;
  padding: 55px 15px 50px 45px;
  position: relative;
}
.modern_apertment .title{
  color: #1A3760;
  font-weight: bold;
  line-height: 1.2;
}
.modern_apertment .subtitle{
  color: #1A3760;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
}
.modern_apertment p{
  font-size: 14px;
  color: #1A3760;
  line-height: 1.429;
  margin-bottom: 30px;
}
.modern_apertment .booking_btn{
  border-radius: 3px;
  background-color: #1947E2;
  -webkit-box-shadow:0px 1px 4px 0px rgba(255, 90, 95, 0.3);
  -moz-box-shadow:0px 1px 4px 0px rgba(255, 90, 95, 0.3);
  -o-box-shadow:0px 1px 4px 0px rgba(255, 90, 95, 0.3);
  box-shadow:0px 1px 4px 0px rgba(255, 90, 95, 0.3);
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  line-height: 35px;
  height: 50px;
  width: 170px;
}
/*== Explore Cities ==*/
.explore_city {
  border-radius: 8px;
  cursor: pointer;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}
.explore_city .details {
  bottom: 0;
  left: 0;
  padding-bottom: 15px;
  padding-left: 40px;
  position: absolute;
  right: 0;
}
.explore_city .details .icon{
  color: #fff;
  font-size: 60px;
}
.explore_city .details p{
  color: #ffffff;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0em;
  text-transform: capitalize
}
.explore_city .details .title,
.explore_city .details .title a{
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-transform: capitalize
}
.explore_city .thumb img{
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(1.0);
  -moz-transform: scale(1.0);
  -o-transform: scale(1.0);
  -ms-transform: scale(1.0);
  transform: scale(1.0);
}
.explore_city:hover .thumb img{
  -webkit-transform: scale(1.1) rotate(-1deg);
  -moz-transform: scale(1.1) rotate(-1deg);
  -o-transform: scale(1.1) rotate(-1deg);
  -ms-transform: scale(1.1) rotate(-1deg);
  transform: scale(1.1) rotate(-1deg);
}
.explore_city.home6_style:before{
  background: linear-gradient(0deg, rgba(26, 55, 96, 0.9), rgba(26, 55, 96, 0.9));
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.explore_city.home6_style:hover:before{
  opacity: 1;
}
.explore_city.home6_style .details{
  z-index: 1;
}
.explore_city.home6_style .thumb{
  position: relative;
  overflow: hidden;
} 
.explore_city.home6_style .listing_footer{
  left: 40px;
  position: absolute;
  top: -60px;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.explore_city.home6_style:hover .listing_footer{
  top: 40px;
}
.explore_city.home6_style .listing_footer ul li a{
  color: #fff;
}
.explore_city.home6_style .listing_footer ul li{
  color: #fff;
}
.explore_city.home6_style .listing_footer ul li.list-inline-item{
  margin-right: 15px;
}
/*== Search Smart Property ==*/
.search_smart_property{
  padding: 75px 0;
  position: relative;
}
.search_smart_property h2{
  font-size: 30px;
  color: #1A3760;
  font-weight: bold;
  line-height: 1.2;
}
.search_smart_property p{
  font-size: 16px;
  color: #1A3760;
  line-height: 1.875;
  margin-bottom: 30px;
}
.search_smart_property button.ssp_btn{
  background-color: #ffffff;
  -webkit-box-shadow:0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  -moz-box-shadow:0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  -o-box-shadow:0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  box-shadow:0px 0px 50px 0px rgba(32, 32, 32, 0.15);
  border-radius: 3px;
  color: #1A3760;
  font-size: 16px;
  font-weight: bold;
  height: 60px;
  line-height: 1.2;
  width: 200px;
}
.search_smart_property button.ssp_btn:hover{
  background-color: #3e4c66;
  color: #ffffff;
}
.icon_hvr_img_box {
  -webkit-background-size: cover;
  background-size: cover;
  border: 1px solid #E6E9EC;
  border-radius: 3px;
  cursor: pointer;
  height: 150px;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 30px 0;
  position: relative;
  text-align: center;
}
.icon_hvr_img_box:before {
  background-color: #ffffff;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.icon_hvr_img_box:hover:before {
  background-color: rgba(39, 42, 51, .4);
}
.icon_hvr_img_box .icon{
  color: #6CBF78;
  font-size: 40px;
  margin-bottom: 5px;
  position: relative;
  text-align: center;
}
.icon_hvr_img_box .details {
  position: relative;
}
.icon_hvr_img_box .details .title{
  font-size: 16px;
}
.icon_hvr_img_box:hover .details .title{
  color: #ffffff;
}
.icon_hvr_img_box:hover .details p,
.icon_hvr_img_box:hover .overlay .icon {
  color: #ffffff;
}
/*== Single Property ==*/
.single_property_title{
  position: relative;
}
.listing_single_row{
  margin-bottom: 55px;
  margin-top: -220px;
}
.single_property_title .upload_btn{
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -o-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  cursor: pointer;
  display: block;
  font-size: 14px;
  height: 45px;
  line-height: 2.1;
  outline: none;
  position: relative;
  text-align: center;
  width: 150px;
}
.single_property_title .upload_btn span{
  font-size: 20px;
  padding-right: 5px;
}
.single_property_title.multicolor_style h2,
.single_property_title.multicolor_style p,
.single_property_social_share_content.multicolor_style h2,
.single_property_social_share_content.multicolor_style h2 small{
  color: #ffffff;
}
.agency_profile_contact li{
  margin-right: 20px !important;
}
.agency_profile_contact li:last-child{
  margin-right: 0px !important;
}
.agency_profile_contact li a,
.agency_profile_contact li a span{
  color: #1A3760;
  font-size: 15px;
  line-height: 22px;
}
.agency_profile_contact li .price_range{
  background-color: #f4f4f4;
  border-radius: 3px;
  color: #5F6973;
  font-size: 14px;
  padding: 5px 12px;
  text-align: center;
}
.single_property_title.listing_single_v1 .media .media-body h2,
.agency_profile_contact.listing_single_v1 li a,
.agency_profile_contact.listing_single_v1 li a span,
.sspd_review.listing_single_v1 ul li a,
.agency_profile_contact.listing_single_v1 li .price_range{
  color: #ffffff;  
}
.single_property_title.psp_v6{
  margin-top: -180px;
}
.single_property_social_share_content.psp_v6{
  margin-top: -150px;
}
.sidebar_agent_search_widget.psp_v6{
  background-color: #fff;
  margin-top: -140px;
}
.property_single_page_widget{
  background-color: #fff;
  border: 1px solid #E6E9EC;
  border-radius: 3px;
  padding: 30px;
  position: relative;
  -webkit-box-shadow:0px 10px 30px rgba(13, 38, 59, 0.05);
  -moz-box-shadow:0px 10px 30px rgba(13, 38, 59, 0.05);
  -o-box-shadow:0px 10px 30px rgba(13, 38, 59, 0.05);
  box-shadow:0px 10px 30px rgba(13, 38, 59, 0.05);
}
.single_property_title.psp_v6 .media .media-body h3,
.single_property_title.psp_v6 .media .media-body p,
.single_property_title.psp_v6 .media .media-body a,
.single_property_social_share_content.psp_v6 h3,
.single_property_social_share_content.psp_v6 h3 small,
.single_property_social_share_content.psp_v6 .spss.style2 ul li a,
.single_property_social_share_content.psp_v6 p{
  color: #fff;  
}
.single_property_social_share_content.psp_v6 .spss.style2 li.icon{
  background-color: transparent;
  border: 1px solid #fff;
}
.sspd_review.listing_single_v1 li .price_range{
  background-color: transparent;
  border: 1px solid #ffffff;
  border-radius: 3px;
  font-size: 14px;
  padding: 10px 12px;
  text-align: center;
}
.single_property_social_share_content h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0;
}
.single_property_social_share_content h3 small{
  color: #5F6973;
  font-size: 12px;
}
.single_property_social_share_content.style2{
  position: absolute;
  right: 30px;
}
.spss.style2.listing_single_v1 ul li.icon{
  background-color: rgba(255, 255, 255, .1);
}
.spss.style2.listing_single_v1 ul li.icon a{
  color: #ffffff;
}
.single_property_social_share_content .price.listing_single_v1 .spr_btn{
  background: #fff;
  border: 1px solid #ffffff;
  color: #1947E2;
}
.single_property_social_share_content .price.listing_single_v1 .spr_btn:hover,
.single_property_social_share_content .price.listing_single_v1 .spr_btn:active,
.single_property_social_share_content .price.listing_single_v1 .spr_btn:focus{
  background: linear-gradient(297.21deg, #0061DF 0%, #4567D5 92.82%);
  border: 1px solid #ffffff;
  color: #ffffff;
}
.spss ul li{
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.spss ul li:hover{
  cursor: pointer;
}
.spss ul li a{
  font-size: 14px;
}
.spss.style2 ul li a{
  color: #5F6973;
  font-size: 15px;
}
.spss.style2 ul li.icon{
  background-color: #f4f4f4;
  border-radius: 50%;
  color: #5F6973;
  height: 35px;
  line-height: 35px;
  width: 35px;
}
.single_property_social_share_content.psp_v7 .spss.style2 ul li.icon{
  background-color: #fff;
}
.spss.style2 ul li:nth-child(2){
  margin-right: 25px;
}
.spss.style2 ul li .icon{
  border-radius: 50%;
  color: #5F6973;
  height: 45px;
  width: 45px;
}
.spls_style_two{
  position: relative;
}
.spls_style_two .overlay{
  bottom: 0;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
  height: 50px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 32%;
  width: 50px;
}
.spls_style_two .overlay .title{
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
}
.spls_style_two img{
  border-radius: 3px;
}
.spls_style_two .first-img{
  height: 580px;
}
.baddge_left{
  background-color: #1947E2;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  left: 20px;
  padding: 6px 13px;
  position: absolute;
  text-transform: uppercase;
  top: 20px;
}
.baddge_right{
  background-color: #1A3760;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  left: auto;
  padding: 6px 13px;
  position: absolute;
  right: 20px;
  text-transform: uppercase;
  top: 20px;
}
.faq_according .accordion .card.floor_plan{
  outline: none;
}
.faq_according .accordion .card.floor_plan .card-header.active .btn-link{
  color: #1A3760;
}
.faq_according .accordion .card.floor_plan .card-header.active{
  border: 1px solid #E6E9EC;
}
.faq_according .accordion .card.floor_plan .card-header .btn-link ul li{
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
}
.single_page_listing_tab{
  position: relative;
}
.single_page_listing_tab .nav-tabs{
  border: none;
  margin-top: 45px;
  position: absolute;
  right: 30px;
  z-index: 9;
}
.single_page_listing_tab .nav-tabs.psp_v7{
  top: 550px;
}
.single_page_listing_tab .nav-tabs .nav-item{
  border: none;
  margin-right: 10px;
}
.single_page_listing_tab .nav-tabs .nav-item .nav-link{
  background: rgba(13, 38, 59, .8);
  border: 1px solid transparent;
  border-radius: 50%;
  font-size: 18px;
  height: 50px;
  line-height: 30px;
  text-align: center;
  width: 50px;
}
.single_page_listing_tab .nav-tabs .nav-link.active{
  background-color: #1947E2;
  border: none;
}
.single_page_listing_style {
  position: relative;
}
.property_video{
  position: relative;
}
.property_video .thumb{
  border-radius: 3px;
  overflow: hidden;
}
.property_video .thumb .overlay_icon a {
  background-color: #ffffff;
  border-radius: 50%;
  color: #5F6973;
  height: 70px;
  left: 0;
  line-height: 70px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 40%;
  width: 70px;
  z-index: 99;
}
.property_video .thumb .overlay_icon a .map_img_icon{
  width: 23px;
}
.video_popup_btn {
  border-radius: 50%;
  height: 70px;
  margin: 0 auto;
  text-align: center;
  width: 70px;
  animation: pulse-black 2s infinite;
}
.video_popup_btn.pro{width: 83px}
.video_popup_btn span{
  color: #1A3760;
  font-size: 20px;
}
.video_popup_btn.red {
  background: rgba(255, 90, 95, 1);
  box-shadow: 0 0 0 0 rgba(255, 90, 95, 1);
  animation: pulse-red 2s infinite;
}
@keyframes pulse-red {
  0% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(255, 90, 95, 0.7);
  } 
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px rgba(255, 90, 95, 0);
  } 
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(255, 90, 95, 0);
  }
}
.home_content_home5_style .wrapper .title,
.home_content_home5_style .wrapper .para,
.home5_button_content,
.video_pop{
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.video_pop a{
  color: #ffffff;
  line-height: 50px;
}
.video_popup_icon {
  background-color: #3965dd;
  border-radius: 100%;
  color: #ffffff;
  font-size: 22px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  top: 0;
  width: 50px;
  z-index: 1;
}
.video_popup_icon:after {
  background-color: rgba(57, 101, 221, 0.5);
  border-radius: 100%;
  content: "";
  height: 70px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 70px;
  z-index: -1;
  box-shadow: 0 0 0 0 #ff5722;
  animation: pulse-blue 2s infinite;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
@keyframes pulse-blue {
  0% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(57, 101, 221, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px rgba(57, 101, 221, 0);
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(57, 101, 221, 0);
  }
}
.video_pop.uv3_style{
  bottom: 360px;
  position: absolute;
  right: 0;
}
.video_pop.uv3_style .video_popup_btn span{
  color: #1A3760;
  font-size: 13px;
}
.video_pop.uv3_style .video_popup_icon {
  background-color: #fff;
  line-height: initial;
}
.video_pop.uv3_style .video_popup_icon:after {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 #ffffff;
  height: 79px;
  left: -14px;
  top: -14px;
  width: 79px;
  animation: pulse-white 2s infinite;
}
@keyframes pulse-white {
  0% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.listing_single_description{
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
}
.listing_single_description .first-para{
  font-size: 15px;
  line-height: 24px;
}
.listing_single_description.style2{
  border-radius: 0;
}
.listing_single_description2{
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(235, 235, 235);
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  position: relative;
  padding: 30px;
}
.listing_single_description .card.card-body{
  border: none;
  padding: 0;
}
.overlay_close a{
  color: #1947E2;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0em;
}
.white_goverlay{
  position: relative;
}
.white_goverlay:before{
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255, 0.2) 20%, rgba(255,255,255, 0.3) 30%, rgba(255,255,255, 0.8) 20%);
  bottom: 0;
  content: "";
  height: 60px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}
.white_goverlay.psp_v7:before{
  height: 130px;
}
.white_goverlay.z-1:before{
  z-index: -1;
}
.additional_details{
  position: relative;  
}
.listing_feature_iconbox{
  margin-bottom: 25px;
}
.listing_feature_iconbox .icon{
  background-color: #f4f4f4;
  border-radius: 50%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  width: 35px;
}
.listing_feature_iconbox .details .title{
  font-size: 14px;
  line-height: 35px;
}
.single_listing_faq{
  position: relative;
}
.single_listing_faq .faq_according .accordion .card .card-header{
  padding: 15px 10px 15px 25px;
}
.single_listing_faq .faq_according .accordion .card .card-header .btn-link{
  font-size: 15px;
}
.walkscore_area{
  position: relative;
}
.walkscore_area .title{
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}
.walkscore_area input{
  background-color: #F6F8F9;
  border: none;
  border-radius: 3px;
  height: 55px;
  padding-left: 20px;
}
.walkscore_area input:focus{
  background-color: #F6F8F9;
}
.walkscore_area .more_info{
  font-size: 14px;
  line-height: 1.714;
  text-decoration: underline;
}
.iba_container{
  margin-bottom: 25px;
}
.icon_box_area{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 30px;
}
.icon_box_area .score{
  border-radius: 50%;
  background-color: #F6F8F9;
  height: 70px;
  line-height: 70px;
  width: 70px;
  text-align: center;
}
.icon_box_area.style2 .details{
  padding: 25px 20px 0;
}
.icon_box_area .details{
  padding: 15px 20px;
}
.icon_box_area .details h5{
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0;
}
.icon_box_area .details p{
  font-size: 14px;
  margin-bottom: 0;
}
.whats_nearby{
  position: relative;
}
.education_distance{
  display: grid;
  position: relative;
}
.education_distance h5{
  color: #1A3760;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 15px;
}
.education_distance h5 .icon{
  background-color: #F6F8F9;
  border-radius: 50%;
  display: inline-flex;
  height: 35px;
  line-height: 35px;
  margin-right: 10px;
  vertical-align: middle;
  width: 35px;
}
.education_distance h5 .icon span{
  color: #5F6973;
  font-size: 18px;
  font-weight: 400;
  margin: 0 auto;
}
.custom_reivews{
  position: relative;
}
.custom_reivews .title{
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 20px;
}
.custom_reivews .review_content{
  display: inline-flex;
  position: relative;
}
.custom_reivews .review_content .review_point{
  color: #1A3760;
  font-weight: 500;  
}
.custom_reivews .review_content .review_line{
  background-color: #E6E9EC;
  border-radius: 30px;
  height: 5px;
  margin-right: 15px;
  margin-top: 10px;
  overflow: hidden;
  width: 150px;
}
.custom_reivews .review_content .review_line:before{
  background-color: #1947E2;
  border-radius: 30px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 119px;
}
.custom_reivews .review_content .review_line.style2:before{
  width: 135px;
}
.user_profile_service,
.user_profile_location,
.user_profile_review,
.user_review_form{
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
}

.user_review_form .bsp_reveiw_wrt{
  background-color: transparent;
  padding: 0;
}
.user_review_form .bsp_reveiw_wrt table.table thead tr th,
.user_review_form .bsp_reveiw_wrt table.table tbody tr th{
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0em;
}
.user_review_form .sspd_review ul li a{
  line-height: 38px;
}
.user_profile_service .title,
.user_profile_location .title{
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  margin-bottom: 35px;
}
.user_profile_service .subtitle{
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
}
.user_profile_service hr{
  background-color: #EAEAEA;
  opacity: 1;
}
.user_profile_service .service_list li{
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}
.user_profile_location .location_btn{
  background-color: #5F6973;
  border-radius: 8px;
  bottom: 30px;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  height: 50px;
  line-height: 16px;
  letter-spacing: 0em;
  position: absolute;
  right: 30px;
  width: 160px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.user_profile_location .location_btn:hover,
.user_profile_location .location_btn:active,
.user_profile_location .location_btn:focus{
  background-color: #E6AA1B;
  color: #1A3760;
}
/*== Listing Single V5 Page Sticky Nav ==*/
.sticky_heading{
  -webkit-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -o-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);  
}
.sticky-nav-tabs {
  -webkit-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -o-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}
.sticky-nav-tabs-container {
  background-color: #ffffff;
  display: inline-block;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.sticky-nav-tabs-container--top-first {
  padding-top: 13px;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  text-align: center;
  -webkit-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -o-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}
.sticky-nav-tabs-container--top-second {
  background-color: #ffffff;
  padding-top: 13px;
  height: 60px;
  position: fixed;
  text-align: center;
  top: 0;
  z-index: 9;
  -webkit-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -o-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}
.sticky-nav-tabs-container li:active,
.sticky-nav-tabs-container li:hover,
.sticky-nav-tabs-container li:visited,
.sticky-nav-tabs-container li.active{
  border-bottom: 1px solid #1947E2;
}
.sticky-nav-tabs-container li.active a{
  color: #1947E2;
}
.sticky-nav-tabs-container li:visited{
  border-bottom: 1px solid #1947E2;
}
.sticky-nav-tabs-container li:visited a{
  color: #1947E2;
}
.sticky-nav-tabs-container li a{
  font-size: 16px;
  font-weight: bold;
}
.sticky-nav-tab {
  color: #221f1f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 15px 25px 18px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sticky-nav-tab-slider {
  position: absolute;
  bottom: 0;
  width: 0;
  height: 6px;
  background-color: #66B1F1;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
.listing_single_property_compare{
  position: relative;
  text-align: center;
}
.listing_single_property_compare ul li.list-inline-item{
  margin-right: 25px;
  text-align: center;
}
.listing_single_property_compare ul li .icon{
  background-color: #e3e3e3;
  border-radius: 50%;
  height: 50px;
  line-height: 50px;
  margin: 0 auto 15px;
  width: 50px;
}
.listing_single_property_compare ul li .icon span{
  color: #1A3760;
}
.listing_single_property_compare ul li p{
  font-size: 14px;
  line-height: 1.857;
  margin-bottom: 0;
}
.features_row{
  border-radius: 3px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  -moz-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  -o-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  margin-bottom: 70px;
  margin-top: -220px;
}
/*== Why Choose Us ==*/
.our-testimonial{
  background-size: cover;
  background-position: center;
}
.our-testimonials{
  background-color: #F5F7FC;
}
.our-testimonials .container.max1800{
  max-width: 1800px;
}
.testimonial_grid{
  position: relative;
  text-align: center;
}
.testimonial_grid .thumb{
  position: relative;
}
.testimonial_grid .thumb img{
  border: 10px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: inline;
  height: 114px;
  width: 114px;
}
.testimonial_grid .details{
  padding: 20px 40px;
}
.testimonial_grid .details h4{
  margin-bottom: 0;
}
.testimonial_grid .details p{
  font-size: 14px;
  line-height: 1.429;
  margin-bottom: 0;
}
.testimonial_grid.style2{
  padding: 40px 0 0;
}
.testimonial_grid.style2 .details h4,
.testimonial_grid.style2 .details p{
  color: #1A3760;
}
.testimonial_grid.style2 .thumb{
  position: relative;
}
.testimonial_grid.style2 .thumb .tg_quote{
  border-radius: 50%;
  background-image: -moz-linear-gradient( 148deg, rgb(253,85,89) 0%, rgb(255,51,125) 100%);
  background-image: -webkit-linear-gradient( 148deg, rgb(253,85,89) 0%, rgb(255,51,125) 100%);
  background-image: -ms-linear-gradient( 148deg, rgb(253,85,89) 0%, rgb(255,51,125) 100%);
  -webkit-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  -moz-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  -o-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  height: 43px;
  left: 0;
  line-height: 43px;
  margin: 0 auto;
  position: absolute;
  right: -100px;
  top: 70px;
  width: 43px;
}
.testimonial_grid.style2 .thumb .tg_quote span{
  color: #ffffff;
}
.testimonial_grid.style2 .thumb img{
  border: 5px solid #ffffff;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  -moz-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  -o-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
}
.start_partner h2{
  color: #ffffff;
  font-weight: 600;
  line-height: 2.375rem;
  margin-bottom: 15px;
}
.start_partner p{
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 0;
}
.parner_reg_btn a.btn{
  background-color: #fff;
  border: 1px solid #1947E2;
  border-radius: 3px;
  color: #1947E2;
  font-size: 13px;
  font-weight: 600;
  height: 55px;
  line-height: 40px;
  width: 198px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.parner_reg_btn a.btn:hover,
.parner_reg_btn a.btn:active,
.parner_reg_btn a.btn:focus{
  background-color: #1947E2;
  border:1px solid #fff;
  color: #fff;
}
.container-fluid.style2{
  max-width: 1720px;
  width: 90%;
}
.courses-list{
  background-color: #f9fafc;  
}
.my_course_content{
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -o-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  position: relative;
  padding: 20px 0 0;
}
.courses_list_heading,
.my_course_content_header{
  background-color: #ffffff;
  border: 1px solid rgb(235, 235, 235);
  border-radius: 5px 5px 0 0;
  -webkit-box-shadow:1px 1px 5px 2px rgba(0, 0, 0, 0.09);
  -moz-box-shadow:1px 1px 5px 2px rgba(0, 0, 0, 0.09);
  -o-box-shadow:1px 1px 5px 2px rgba(0, 0, 0, 0.09);
  box-shadow:1px 1px 5px 2px rgba(0, 0, 0, 0.09);
  padding: 20px;
}
.my_course_content_header{
  box-shadow: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 20px 20px 30px;
}
.my_course_content_list{
  position: relative;
}
.my_course_content_list .mc_content_list{
  border: 1px solid rgb(235, 235, 235);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 30px;
}
.my_course_content_list .mc_content_list:hover{
  background-color: #f9fafc;
}
.my_course_content_list .mc_content_list:last-child{
  border-bottom: none;
}
.my_course_content_list .mc_content_list .thumb{
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  margin-right: 20px;
  min-height: 150px;
  min-width: 250px;
  overflow: hidden;
  position: relative;
}
.my_course_content_list .mc_content_list .thumb .overlay{
  background-color: rgba(0,0,0, .5);
  border-radius: 5px;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.my_course_content_list .mc_content_list:hover .thumb .overlay{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  text-align: center;
}
.my_course_content_list .mc_content_list .thumb .overlay ul{
  margin-top: 110px;
}
.my_course_content_list .mc_content_list .thumb .overlay ul li{
  border-radius: 17.5em;
  border-style: solid;
  border-width: 2px;
  border-color: #ffffff;
  background-color: transparent;
  height: 35px;
  text-align: center;
  width: 100px;
}
.my_course_content_list .mc_content_list .thumb .overlay ul li a{
  color: #ffffff;
  line-height: 2.0;
}
.my_course_content_list .mc_content_list .thumb img{
  border-radius: 5px;
}
.my_course_content_list .mc_content_list .details .mc_footer ul{
  display: inline;
}
.my_course_content_list .mc_content_list .details .mc_footer ul:first-child{
  margin-right: 25px;
}
.my_course_content_list .mc_content_list .details .mc_footer ul.mc_review li{
  margin-right: 3px;
}
.my_course_content_list .mc_content_list .details .mc_footer ul.mc_review li.fp_pdate{
  font-size: 18px;
  color: rgb(199, 85, 51);
  font-weight: bold;
  line-height: 1.2;
  margin-left: 15px;
}
.my_course_content_list .mc_content_list .details .mc_footer{
  margin-top: 23px;
}
.my_course_content_list .mc_content_list .details .mc_footer ul.mc_review li.fp_pdate a{
  color: rgb(199, 85, 51);
}
.my_course_content_list .mc_content_list .details .mc_footer ul.mc_review li:nth-child(6) a{
  font-size: 14px;
  color: rgb(126, 126, 126);
  line-height: 1.2;
}
.my_course_content_list .mc_content_list .details .mc_footer ul.mc_review li a i{
  color: #bcc52a;
  line-height: 1.2;
}
.my_course_content_list .mc_content_list .details .mc_content .subtitle{
  font-size: 15px;
  color: rgb(126, 126, 126);
  line-height: 1.2;
  margin-bottom: 5px;
}
.my_course_content_list .mc_content_list .details .mc_content .subtitle .title{
  font-size: 18px;
  color: rgb(10, 10, 10);
  line-height: 1.333;
}
.my_course_content_list .mc_content_list .details .mc_content h5.title span{
  border-radius: 5px;
  background-color: rgb(27, 213, 75);
  display: inline-block;
  height: 30px;
  margin-left: 10px;
  text-align: center;
  width: 90px;
}
.my_course_content_list .mc_content_list .details .mc_content h5.title span.style2{
  background-color: #ff1053;
}
.my_course_content_list .mc_content_list .details .mc_content h5.title span .tag{
  color: #ffffff;
  font-size: 13px;
  line-height: 2.2;
}
.my_course_content_list .mc_content_list .details .mc_content p{
  font-size: 14px;
  color: rgb(126, 126, 126);
  line-height: 1.714;
}
.my_setting_content{
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  position: relative;
}
.my_setting_content_header{
  border: 1px solid rgb(235, 235, 235);
  padding: 30px;
}
.my_dashboard_profile label,
.my_profile_setting_textarea label{
  font-size: 15px;
  color: #1A3760;
  font-weight: 500;
  line-height: 22px;
}
.my_dashboard_profile .form-control{
  border: none;
  border-bottom: 2px solid #E6E9EC;
  border-radius: 0px;
  height: 55px;
  padding-left: 0px;
}
.my_dashboard_profile .form-control::placeholder{
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}
.my_dashboard_profile .form-control:focus::placeholder{
  border-bottom: 2px solid #1947E2;
}
.my_profile_setting_textarea textarea{
  border: 1px solid #E6E9EC;
  border-radius: 3px;
  color: #5F6973;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 25px;
  padding: 15px;
}
.update_btn{
  font-size: 13px;
  font-weight: 600;
  height: 55px;
  line-height: 35px;
  text-transform: uppercase;
  width: 220px;
}
.my_dashboard_profile .update_btn:hover{
  background: #fff;
  border: 1px solid #1947E2;
  color: #1947E2;
}
.my_dashboard_profile .update_btn.style2{
  width: 210px;
}
.my_dashboard_profile .btn1{
  background-color: rgba(255, 90, 95, 0);
  border: 2px solid rgb(255, 90, 95);
  border-radius: 3px;
  -webkit-box-shadow:0px 1px 4px 0px rgba(255, 90, 95, 0.3);
  -moz-box-shadow:0px 1px 4px 0px rgba(255, 90, 95, 0.3);
  -o-box-shadow:0px 1px 4px 0px rgba(255, 90, 95, 0.3);
  box-shadow:0px 1px 4px 0px rgba(255, 90, 95, 0.3);
  font-size: 16px;
  color: rgb(255, 90, 95);
  font-weight: bold;
  line-height: 1.2;
  height: 50px;
  margin-right: 30px;
  width: 200px;
}
.my_dashboard_profile .btn1:hover{
  background-color: rgb(255, 90, 95);
  color: #ffffff;
}
.my_dashboard_profile .btn3{
  background-color: rgb(29, 41, 62);
  border: 2px solid rgb(29, 41, 62);
  border-radius: 3px;
  -webkit-box-shadow:0px 1px 4px 0px rgba(255, 90, 95, 0.3);
  -moz-box-shadow:0px 1px 4px 0px rgba(255, 90, 95, 0.3);
  -o-box-shadow:0px 1px 4px 0px rgba(255, 90, 95, 0.3);
  box-shadow:0px 1px 4px 0px rgba(255, 90, 95, 0.3);
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.2;
  height: 50px;
  width: 200px;
}
.my_dashboard_profile .btn3:hover{
  border: 2px solid rgb(29, 41, 62);
  color: rgb(29, 41, 62);
  background-color: #ffffff;
}
.my_profile_setting_input2 label{
  font-size: 14px;
  color: rgb(10, 10, 10);
  line-height: 1.2;
}
.my_profile_setting_input .form-control:focus{
  outline: none;
}
.admore_btn{
  border-radius: 3px;
  background-color: rgb(236, 236, 236);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  height: 50px;
  width: 160px;
}
.my_setting_savechange_btn{
  border-radius: 5px;
  background-color: rgb(36, 65, 231);
  font-size: 15px;
  color: #ffffff;
  line-height: 1.2;
  height: 55px;
  width: 150px;
}
.view_edit_delete_list li:hover{
  cursor: pointer;
}
.view_edit_delete_list li {
  background-color: rgb(247, 247, 247);
  border-radius: 3px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  width: 45px;
}
.view_edit_delete_list li a span{
  color: #1947E2;
  font-size: 20px;
}
.courses_list_heading.style2{
  box-shadow: none;
}
/*== Popular Job Categories => Icon Hover Image Box ==*/
.hvr_img_box_container{
  -webkit-background-size: cover;
  background-size: cover;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 35px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow:1px 1px 5px 2px rgba(0, 0, 0, 0.09);
  -moz-box-shadow:1px 1px 5px 2px rgba(0, 0, 0, 0.09);
  -o-box-shadow:1px 1px 5px 2px rgba(0, 0, 0, 0.09);
  box-shadow:1px 1px 5px 2px rgba(0, 0, 0, 0.09);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 0;
}
.hvr_img_box_container:before {
  background-color: #ffffff;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.hvr_img_box_container .hvr_img_box{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hvr_img_box_container:hover .hvr_img_box{
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.hvr_img_box{
  position: relative;
  padding: 60px 50px;
}
.hvr_img_box.imgs{
  height: 100%;
  position: absolute;
  width: 100%;
}
.hvr_img_box_container:hover:before {
  background-color: rgba(0,0,0, .5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hvr_img_box_container .overlay .details{
  display: block;
  height: 250px;
  padding: 60px 50px;
  position: relative;
  width: 300px;
  z-index: 9;
}
.hvr_img_box_container .overlay .details h5 {
  color: #1A3760;
  font-size: 18px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.hvr_img_box_container .overlay .details p {
  color: #7e7e7e;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 20px;
}
.hvr_img_box_container .overlay .details a {
  color: #192675;
  font-size: 14px;
  line-height: 24px;
}
.hvr_img_box_container .overlay .details a span.span{
  padding-left: 15px;
}
.hvr_img_box_container:hover .overlay .details h5,
.hvr_img_box_container:hover .overlay .details p,
.hvr_img_box_container:hover .overlay .details a{
  color: #ffffff;
}
.pjc_all_btn {
  margin-top: 25px;
}
.pjc_all_btn a.btn{
  border-radius: 4px;
  line-height: 45px;
  padding: 5px 40px;
}
/*== Funfact Counter ==*/
.funfact_content_wrapper{
  position: relative;
}
.funfact_one{
  margin-bottom: 30px;
  position: relative;
}
.funfact_one .icon{
  float: left;
  margin-right: 20px;
}
.funfact_one .icon span{
  font-size: 60px;
  line-height: initial;
}
.funfact_one .details .para{
  color: #5F6973;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
}
.funfact_one .details ul{
  margin-bottom: 0;
}

.funfact_one .details .prctnag,
.funfact_one .details .user{
  color: #1A3760;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
.funfact_one .details .timer{
  color: #1A3760;
  font-size: 55px;
  font-style: normal;
  font-weight: 600;
  line-height: 55px;
  letter-spacing: 0em;
  margin-bottom: 10px;
	padding-left: 52px
}

.funfact_one .details .ff_title{
  color: #5F6973;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
	text-transform: uppercase
}
.funfact_one .details ul li{
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 38px;
}
.funfact_one .details ul li:last-child{
  margin: 0;
}
.funfact_one p {
  margin-bottom: 0;
}
.divider-home6-style{
  position: relative;
}
.divider-home6-style:before{
  background-color: rgba(12, 18, 39, 0.6);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.funfact_one.home6_style .details .timer,
.funfact_one.home6_style .details .ff_title{
  color: #fff;
}
/*== 1st Layout Footer ==*/
.footer_one{
  background-color: #0b2549;
}
.footer_one.home2_style{
  background-color: #EEF2F6;
}
.footer_one.home3_style{
  background-color: #fff;
}
.footer_one.home4_style{
  background-color: #45505B;
}
.footer_one.home6_style{
  background-color: #0C1227;
}
.footer_one.home7_style{
  background-color: transparent;
  background-image: url(images/background/footer-bg.png);
  background-size: cover;
}
.feature_icons.home7_style{
  background-image: url(images/background/home7_mailchimp_bg.png);
  background-size: cover;
  background-position: center center;
  border-radius: 8px;
  margin-bottom: 120px;
  padding: 80px 60px;
}
.footer_one hr{
  border-top: 1px solid rgba(26,55,96,0.1);
}
.footer_bottom_area {
  background-color: #1A3760;
}
.bg_home7_style{
  background-image: url(images/bestar/s-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 960px;
}
.bg_home7_style.pp{
  background-image: url(images/yd/bg-4.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 480px;
}
@media (max-width:1381px){.bg_home7_style.pp{height: 530px}}
@media (max-width:993px){.bg_home7_style.pp{height: 650px!important}}
@media (max-width:767.98px){.bg_home7_style.pp{height: 650px!important}}
@media (max-width:705.98px){.bg_home7_style.pp{height: 450px!important}}
/*== Footer Widget ==*/
.footer_about_widget,
.footer_contact_widget,
.copyright-widget,
.footer_menu_widget{
  position: relative;
}
.footer_about_widget ul li{line-height: 25px}
.footer_about_widget,
.footer_contact_widget{
  margin-bottom: 20px;
}
.footer_about_widget ul li a,
.footer_contact_widget ul li a{
  color: rgba(26, 55, 96, 0.7);font-size: 15px;line-height: 2
}
.footer_menu_widget ul li a{
  margin-right: 27px;
}
.footer_menu_widget ul li:last-child a{
  margin-right: 0;
}
.footer_menu_widget ul li a{
  color: #FFFFFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-transform: capitalize
}
.footer_about_widget .title{
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.footer_contact_widget .title{
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.footer_about_widget.home2 .title,
.footer_contact_widget.home2 .title,
.footer_contact_widget.home2 .footer_phone,
.footer_contact_widget.home3 .title,
.footer_menu_widget.home2 ul li a{
  color: #1A3760;  
}
.footer_contact_widget .footer_phone{
  color: #FFFFFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
}
.footer_about_widget p,
.footer_contact_widget p{
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
}
.footer_about_widget.home2 p,
.footer_contact_widget.home2 p,
.copyright-widget.home2 p,
.footer_contact_widget.home3 p,
.footer_social_widget.home2 li a{
  color: rgba(26, 55, 96, 0.7);
}
/*== Footer Social Widget ==*/
.footer_social_widget {
  position: relative;
}
.footer_social_widget li{
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  width: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer_social_widget li:after{
  border-radius: 50%;
  content: '';
  box-sizing: content-box;
  box-shadow: 0 0 0 2px #cb281f;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  transition: 300ms;
}
.footer_social_widget li:hover{
  background-color: rgba(10, 35, 87, 0.7);
  cursor: pointer;
}
.footer_social_widget li:hover:after{
  opacity: 1;
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.footer_social_widget.home2 li{
  background-color: rgba(26, 55, 96, 0.07);
}
.footer_social_widget.home2 li:hover{
  background-color: #fff;
}
.footer_social_widget li a{
  color: #FFFFFF;
  font-family: "Font Awesome 6 Brands";
  font-size: 12px;
  line-height: 14px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.mailchimp_widget.home7_style .title{
  color: #fff;
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 41px;
  letter-spacing: 0em;
}
.mailchimp_widget.home7_style .para{
  color: #FFFFFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
}
.footer_mailchimp_form.home7_style{
  margin-bottom: 0;
}
.footer_mailchimp_form.home7_style .col-auto input.form-control{
  height: 60px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  padding-left: 27px;
}
.footer_mailchimp_form.home7_style button{
  border: 2px solid #FFFFFF;
  box-sizing: border-box;
  -webkit-box-shadow:0px 8px 15px rgba(140, 152, 164, 0.1);
  -moz-box-shadow:0px 8px 15px rgba(140, 152, 164, 0.1);
  -o-box-shadow:0px 8px 15px rgba(140, 152, 164, 0.1);
  box-shadow:0px 8px 15px rgba(140, 152, 164, 0.1);
  border-radius: 8px;
  height: 60px;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  width: 180px;
}
.footer_mailchimp_form{
  margin-bottom: 15px;
  position: relative;
}
.footer_mailchimp_form .col-auto{
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
.footer_mailchimp_form .col-auto input.form-control{
  border: none;
  border-radius: 8px;
  color: #5F6973;
  font-size: 12px;
  height: 50px;
  padding-left: 20px;
}
.footer_mailchimp_form.home3 .col-auto input.form-control{
  background-color: #EEF2F6;
}
.footer_mailchimp_form .col-auto input.form-control:placeholder{
  color: #5F6973;
}
.footer_mailchimp_form .col-auto input.form-control:hover,
.footer_mailchimp_form .col-auto input.form-control:focus,
.footer_mailchimp_form .col-auto input.form-control:active{
  box-shadow: none;
  outline: none;
}
.footer_mailchimp_form .col-auto input.form-control::placeholder,
.footer_mailchimp_form .col-auto input.form-control:-ms-input-placeholder,
.footer_mailchimp_form .col-auto input.form-control::-ms-input-placeholder {
  color: #8a99b3;
}
.footer_mailchimp_form button{
  background-color: #cb281f;
  border-radius: 0 8px 8px 0;
  border: none;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  height: 50px;
  line-height: 10px;
  letter-spacing: 0em;
  outline: none;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
}
.copyright-widget p{
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  margin-bottom: 0;
}
.footer_menu {
  padding-left: 60px;
}
.footer_menu ul li:last-child {
  border-radius: 4px;
}
.footer_menu ul li:last-child a{
  background-color: transparent !important;
  color: #7c7c7c;
  padding-left: 20px;
}
.footer_menu ul li:last-child:hover a{
  color: #7c7c7c;
}
.btn-light:not(:disabled):not(.disabled).active, 
.btn-light:not(:disabled):not(.disabled):active, 
.show>.btn-light.dropdown-toggle {  
  background-color: transparent;
  box-shadow: none;
}
.footer_menu ul li .bootstrap-select .dropdown-toggle .filter-option {
  outline: none;
}
.footer_menu ul li .bootstrap-select {
  width: auto !important;
}
.sidebar_widge_on_home{
  border: 1px solid #E6E9EC;
  position: relative;
  z-index: 1;
}
.sidebar_widge_on_home .sidebar_agent_search_widget{
  background-color: #fff;
  border-radius: 3px;
  left: 50px;
  max-width: 330px;
  position: absolute;
  top: 40px;
  width: 100%;
}
.sidebar_contact_widget,
.sidebar_agent_search_widget,
.sidebar_about_widget{
  border: 1px solid #E6E9EC;
  border-radius: 3px;
  padding: 30px;
  position: relative;
  -webkit-box-shadow:0px 10px 30px rgba(13, 38, 59, 0.05);
  -moz-box-shadow:0px 10px 30px rgba(13, 38, 59, 0.05);
  -o-box-shadow:0px 10px 30px rgba(13, 38, 59, 0.05);
  box-shadow:0px 10px 30px rgba(13, 38, 59, 0.05);
}
.sidebar_contact_widget .title,
.sidebar_about_widget .title{
  color: #1A3760;
}
.sidebar_contact_widget li{
  line-height: 35px;
}
.agent_search_form button.dropdown-toggle{
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #E6E9EC;
  border-radius: 0 !important;
  color: #5F6973;
  font-size: 14px;
  padding-left: 0;
}
.agent_search_form button.dropdown-toggle:hover,
.agent_search_form button.dropdown-toggle:active,
.agent_search_form button.dropdown-toggle:focus{
  background-color: transparent;
  border-bottom: 2px solid #1947E2;
  box-shadow: none !important;
  outline: none !important;
}
.agent_search_form label{
  color: #1A3760;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
}
.agent_search_form.psp_v7 .prp_btn,
.agent_search_form.psp_v7 .btn-whatsapp{
  font-size: 13px;
  font-weight: 600;
  height: 55px;
  width: 270px;
}
.sidebar_agent_search_widget .ui_kit_checkbox .custom-control-label{
  line-height: 18px;
  margin-bottom: 30px;
  padding-top: 7px;
}
.sidebar_agent_search_widget .author_img,
.property_single_page_widget .author_img{
  width: 80px;
}
/*== Inner Pages Breadcrumb ==*/
.inner_page_breadcrumb {
  background-image: url("images/bestar/pro-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0;
  position: relative;
}
.inner_page_breadcrumb.search {
  background-image: url("images/bestar/so-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0;
  position: relative;
}
.inner_page_breadcrumb.video{
  background-image: url("images/bestar/bg-5.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0;
  position: relative;
}
.inner_page_breadcrumb.news{
  background-image: url("images/bestar/bg-8.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0;
  position: relative;
}
.inner_page_breadcrumb.pro{padding: 90px 0 180px 0!important;}
@media (max-width:767.98px){
	.inner_page_breadcrumb.pro{padding: 90px 0 280px 0!important;}
}
.inner_page_breadcrumb.style2 {
  background: none;
  padding: 50px 0;
}
.inner_page_section_spacing.style2:before{
  background-color: transparent;
}
.inner_page_breadcrumb.style4 {
  background: #ffffff;
}
.inner_page_breadcrumb.style3 {
  background-image: url(images/background/inner-pagebg3.jpg);
  height: 550px;
}
.inner_page_breadcrumb:before{
  background-color: rgb(29, 41, 62, 0.7);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.inner_page_breadcrumb.csv2 .breadcrumb_content,
.inner_page_breadcrumb.csv3 .breadcrumb_content{
  margin-top: 100px;
}
.inner_page_breadcrumb .breadcrumb_content .breadcrumb {
  background-color: transparent;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  float: right;
  margin-bottom: 0;
  margin-top: -45px;
  padding-left: 0;
  padding-right: 0;
}
.inner_page_breadcrumb .breadcrumb_title {
  color: #FFFFFF;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 41px;
  letter-spacing: 0em;
}
.inner_page_breadcrumb .subtitle{
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  margin-bottom: 0;
}
.inner_page_breadcrumb .breadcrumb_title li:first-child{
  color: #7f7f7f;
}
.inner_page_breadcrumb .breadcrumb_title li:last-child{
  color: #221f1f;
}
.inner_page_breadcrumb .breadcrumb-item li,
.inner_page_breadcrumb .breadcrumb-item a,
.inner_page_breadcrumb .breadcrumb-item.active a{
  color: #FFFFFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
}
.inner_page_breadcrumb .breadcrumb-item+.breadcrumb-item:before{
  color: #fff;
}
.breadcrumb_content.style2 .subtitle{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
}
.breadcrumb_content.style2 h2{
  color: #1A3760;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 41px;
  letter-spacing: 0em;
  text-transform: uppercase
}
.breadcrumb_content.style2 li:first-child a{
  color: #1A3760 !important;
}
.breadcrumb_content.style3{
  text-align: left;
}
.breadcrumb_content.style3 .breadcrumb{
  background-color: transparent;
  padding-left: 0;
}
.breadcrumb-item.active.style2{
  color: #1A3760;
}
.inner_page_breadcrumb .breadcrumb_content.style2 .breadcrumb-item a,
.inner_page_breadcrumb .breadcrumb_content.style2 .breadcrumb-item.active,
.inner_page_breadcrumb .breadcrumb_content.style2 .breadcrumb-item+.breadcrumb-item::before,
.inner_page_breadcrumb .breadcrumb_content.style3 .breadcrumb-item a,
.inner_page_breadcrumb .breadcrumb_content.style3 .breadcrumb-item.active,
.inner_page_breadcrumb .breadcrumb_content.style3 .breadcrumb-item+.breadcrumb-item::before{
  color: #5F6973;
}
.breadcrumb_content.style2 ol.breadcrumb{
  background-color: transparent;
  background-color: transparent;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-top: 0;
  padding-right: 0;
}
.blog_single_post{
  position: relative;
}
.shopping_cart_tabs{
  position: relative;
}
.shopping_cart_tabs .nav-tabs{
  border-bottom: none;
}
.shopping_cart_tabs .nav-tabs .nav-item .nav-link{
  border: none;
  border-bottom: 2px solid transparent;
  color: rgba(18, 18, 18, .4);
  font-family: 'Poppins', sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0em;
  margin: 0 15px;
  padding: 0;
  text-transform: uppercase;
}
.shopping_cart_tabs .nav-tabs .nav-item.show .nav-link,
.shopping_cart_tabs .nav-tabs .nav-link.active{
  color: #1A3760;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #1A3760;
}
/*== About Page About Content ==*/
.about_content {
  margin-top: 260px;
  padding-left: 20px;
}
.about_content .title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0em;
  margin-bottom: 17px;
}
.about_content p{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}
.about_content .about-btn{
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  padding: 20px 40px;
}
.about_content.home10{
  padding-left: 120px;
}
.about_content.home10 p{
  font-size: 14px;
  line-height: 24px;
}
.about_content.home10 .btn{
  background-color: #006766;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  height: 55px;
  line-height: 45px;
  text-transform: uppercase;
  width: 176px;
}
.about_content.home10 .btn:hover{
  background-color: #fff;
  border: 1px solid #006766;
  color: #006766;
}
.about_thumb{
  position: relative;
}
.about_thumb .thumb1{
  border-radius: 4px;
}
.about_thumb .thumb2{
  border-radius: 4px;
  bottom: -130px;
  max-width: 365px;
  position: absolute;
  right: -65px;
  width: 100%;
}
.about_thumb a {
  background-color: #ffffff;
  border-radius: 100%;
  color: #1947E2;
  font-size: 22px;
  height: 70px;
  line-height: 70px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 85%;
  width: 70px;
  z-index: 0;
}
.about_thumb a:after{
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  content: "";
  height: 90px;
  line-height: 90px;
  position: absolute;
  right: -10px;
  text-align: center;
  top: -10px;
  width: 90px;
  z-index: 0;
}

/*== About home3 ==*/
.home3_about,
.home3_about2{
  overflow: hidden;
}
.about_home3{
  margin-top: 100px;
}
.about_home3 h3{
  font-size: 26px;
  margin-bottom: 10px;
}
.about_home3 h5{
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 40px;
}
.about_home3 p{
  margin-bottom: 0;
  max-width: 560px;
}
.about_home3 a.about_btn_home3{
  background-color: #ffffff;
  border: 2px solid #369fdb;
  border-radius: 25px;
  color: #369fdb;
  height: 50px;
  line-height: 35px;
  margin-top: 40px;
  width: 180px;
}
.about_home3 a.about_btn_home3:hover,
.about_home3 a.about_btn_home3:active,
.about_home3 a.about_btn_home3:focus{
  background-color: #369fdb;
  color: #ffffff;
}
.about_home3 .partners_thumb_list {
  margin-bottom: 0;
  margin-top: 50px;
}
.about_home3 .partners_thumb_list li{
  margin-right: 55px;
}
.about_home3 .partners_thumb_list li:last-child{
  margin-right: 0;
}
.home3_about_icon_box{
  border-radius: 5px;
  display: block;
  margin-bottom: 45px;
  padding: 30px 60px 35px 40px;
  position: relative;
  z-index: 1;
}
.home3_about_icon_box .icon{
  font-size: 70px;
}
.home3_about_icon_box .icon span{
  color: #ffffff;
}
.home3_about_icon_box h4{
  font-size: 18px;
  margin-bottom: 10px;
}
.home3_about_icon_box h4,
.home3_about_icon_box p {
  color: #ffffff;
}
.home3_about_icon_box p {
  font-size: 15px;
  line-height: 30px;
}
.home3_about_icon_box.one{
  background-color: #ecd06f;
  margin-top: -50px;
}
.home3_about_icon_box.two{
  background-color: #ff1053;
  margin-top: -80px;
}
.home3_about_icon_box.three{
  background-color: #00a78e;
  margin-bottom: 0;
}
.home3_about_icon_box.four{
  background-color: #00bce4;
  margin-bottom: 0;
  margin-top: -25px;
}
.home3_about_icon_box.five{
  background-color: #2ac4ea;
  margin-top: -50px;
}
.home3_about_icon_box.six{
  background-color: #1947E2;
  margin-bottom: 0;
}
.home3_about_icon_box.seven{
  background-color: #fbbc05;
  margin-bottom: 0;
  margin-top: -25px;
}
.about2_home3{
  margin-top: 100px;
}
.about2_home3 h3{
  font-size: 30px;
  margin-bottom: 10px;
}
.about2_home3 p{
  font-size: 18px;
  margin-bottom: 0;
}
.about2_home3 a.about_btn_home3{
  background-color: #ffffff;
  border: 2px solid #051925;
  border-radius: 25px;
  color: #051925;
  height: 50px;
  line-height: 35px;
  margin-top: 30px;
  width: 180px;
}
.about2_home3 a.about_btn_home3:hover,
.about2_home3 a.about_btn_home3:active,
.about2_home3 a.about_btn_home3:focus{
  background-color: #051925;
  color: #ffffff;
}
.instructor_col{
  text-align: center;
  margin-bottom: 40px;
}
.instructor_col .thumb img{
  height: 150px;
  margin: 0 auto;
  width: 150px;
}
.instructor_col .details p{
  font-size: 14px;
  margin-bottom: 0;
}
.instructor_col .details ul {
  margin-top: 10px;
}
.instructor_col .details ul li{
  margin-right: 4px;
}
.instructor_col .details ul li a {
  color: #d0d23c;
}
.instructor_col .details ul li:last-child a {
  color: #7e7e7e;
}
.welcome_content_home5{
  border-radius: 8px;
  position: relative;
  padding: 100px 70px 70px;
}
.welcome_content_home5 .title{
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0em;
}
.welcome_content_home5 .para{
  color: #fff;
  margin-bottom: 30px;
}
.about_box_home6 .details{
  position: relative;
}
.about_box_home6 .details h3{
  font-size: 26px;
  margin-bottom: 20px;
}
.about_box_home6 .details p{
  font-size: 15px;
  line-height: 2;
  margin-bottom: 35px;
  max-width: 540px;
}
.about_box_home6 .details a{
  border-radius: 5px;
  box-shadow: none;
  font-size: 15px;
  height: 50px;
  line-height: 30px;
  width: 200px;
}
.smp_icon_box{
  position: relative;
}
.smp_icon_box .icon{
  margin-bottom: 15px;
}
.smp_icon_box .details h4{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}
.smp_icon_box .details p{
  color: #131313;
  font-size: 15px;
  line-height: 30px;
}
.smp_icon_box.box1 .details h4{
  color: #f25141;
}
.smp_icon_box.box2 .details h4{
  color: #93c524;
}
.smp_icon_box.box3 .details h4{
  color: #28a8e3;
}
.smp_icon_box.box4 .details h4{
  color: #00a78e;
}
.our-team.instructor-page{
  background-color: #f9fafc;
}
.team_member{
  margin-bottom: 30px;
  position: relative;
}
.team_member .thumb{
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.team_member .thumb img{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team_member:hover .thumb img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.team_member .details{
  bottom: 10px;
  left: 20px;
  position: absolute;
}
.team_member .details .title{
  color: #fff;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-transform: capitalize
}
.team_member .details .para{
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-transform: capitalize
}
.our-agents{
  border-bottom: 1px solid #e8eef2;
  padding-bottom: 90px;
}
.our_agent{
  margin-bottom: 30px;
  position: relative;
}
.our_agent .thumb{
  margin-bottom: 15px;
  position: relative;
}
.our_agent .details p{
  margin-bottom: 0;
}
.our_agent .thumb .overylay{
  background-color: rgba(8, 15, 29, .8);
  border-radius: 3px;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.our_agent:hover .thumb .overylay{
  cursor: pointer;
  opacity: 1;
}
/*== Testimonials Grid ==*/
.testimonial_item .thumb{
  margin-bottom: 30px;
  text-align: center;
}
.testimonial_item .thumb img{
  height: 60px;
  width: 60px;
}
.testimonial_item .details {
  position: relative;
  text-align: center;
}
.testimonial_item .details .icon{
  color: #fff;
  font-size: 100px;
  line-height: normal;
  margin: 0 auto;
}
.testimonial_item .details h5{
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: center;
}
.testimonial_item .details .small{
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  margin-bottom: 30px;
  text-align: center;
}
.testimonial_item .details p {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  margin-bottom: 60px;
}
.testimonialsec {
  float: left;
  padding: 0 50px;
  position: relative;
  width: 100%;
}
.testimonialsec:before{
  bottom: -50px;
  color: #1b2032;
  content: "\f10d";
  font-size: 270px;
  font-family: fontawesome;
  left: 0;
  margin: 0 auto;
  opacity: 0.03;
  position: absolute;
  right: 0;
  text-align: center;
}
.tes-for {
  float: left;
  margin: 0;
  padding-top: 30px;
  position: relative;
  text-align: center;
  width: 100%;
}
.tes-nav {
  float: left;
  left: 50%;
  margin: 0;
  margin-left: -150px;
  margin-top: 60px;
  padding: 0;
  position: relative;
  text-align: center;
  width: 300px;
}
.tes-nav img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;    
  float: none;
  height: 60px;
  margin: 10px 0;
  width: 60px;
}
.tes-nav .slick-slide.slick-current.slick-active.slick-center img {
  height: 90px;
  margin: 0;
  width: 90px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.testimonial_item.home2{
  opacity: .5;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.testimonial_item.home2 .details{
  border-radius: 5px;
  margin-bottom: 25px;
  padding: 13px 60px 35px;
  padding-left: 120px;
  text-align: left;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimonial_item.home2 .thumb .title{
  color: #060606;
  font-size: 18px;
}
.testimonial_item.home2 .thumb .subtitle{
  color: #1947E2;
  font-size: 13px;
  margin-bottom: 40px;
}
.testimonial_item.home2 .details .icon{
  font-size: 40px;
  left: 50px;
  line-height: normal;
  position: absolute;
  top: 70px;
}
.testimonial_item.home2 .thumb img{
  display: inline-block;
  margin-bottom: 25px;
}
.testimonial_post{
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 40px 45px;
  position: relative;
  -webkit-box-shadow:0px 4px 10px rgba(0, 0, 0, 0.05);
  -moz-box-shadow:0px 4px 10px rgba(0, 0, 0, 0.05);
  -o-box-shadow:0px 4px 10px rgba(0, 0, 0, 0.05);
  box-shadow:0px 4px 10px rgba(0, 0, 0, 0.05);
}
.testimonial_post .thumb{
  position: relative;
}
.testimonial_post .thumb img{
  width: 70px;
}
.testimonial_post .thumb h4.title{
  margin-bottom: 0;
  margin-top: 25px;
}
.testimonial_post .thumb .client-postn{
  color: #5F6973;
  font-size: 15px;
  line-height: 22px;
}
.testimonial_post .details{
  position: relative;
}
.testimonial_post .details .icon{
  font-size: 80px;
  line-height: .35;
}
.testimonial_post .details p{
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}
.testimonial_post .client{
  margin-top: 20px;
}
.testimonial_post .client_details{
  margin: 10px 15px;
}
.testimonial_post .client_details .title{
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0em;
}
.testimonial_post .client_details .client-postn{
  color: #1A3760;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}
.testimonial_post.home1{
  margin-bottom: 0;
}
.testimonial_post.home3 .details{
  border: 1px solid #E6E9EC;
  box-shadow: none;
}
.testimonial_post_home3{
  margin-bottom: 60px;
  position: relative;
}
.testimonial_post_home3 .details{
  background-color: #fafafa;
  margin-bottom: 20px;
  padding: 45px 55px 50px;
}
.testimonial_post_home3.home6{
  margin: 0 115px 35px;
}
.testimonial_post_home3.home6:before{
  color: rgba(13, 39, 59, 0.05);
  content: "\f10d";
  font-family: FontAwesome;
  font-size: 130px;
  left: -100px;
  line-height: normal;
  position: absolute;
}
.testimonial_post_home3.home6:after{
  color: rgba(13, 39, 59, 0.05);
  content: "\f10e";
  font-family: FontAwesome;
  font-size: 130px;
  line-height: normal;
  position: absolute;
  right: -100px;
  top: 0;
}
.testimonial_post_home3.home6 .details{
  background-color: transparent;
  padding: 10px 55px;
}
.testimonial_post_home3.home6 .details p{
  color: #1A3760;
  font-size: 16px;
  font-weight: 600;
  line-height: 34px;
}
.testimonial_post_home3.home6 .thumb{
  position: relative;
}
.testimonial_post_home3.home6 .thumb .tg_quote{
  background-color: #1947E2;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  height: 53px;
  left: 0;
  line-height: 53px;
  margin: 0 auto;
  position: absolute;
  right: 190px;
  top: 65px;
  width: 53px;
}
.testimonial_post_home3.home6 .thumb img{
  width: 110px;
}
.testimonial_post_home3.home6 .thumb .title{
  margin-top: 30px;
  text-align: left;
}
.testimonial_post_home3.home7 .details{
  background-color: #F6F7FC;
  padding: 45px 45px 40px;
  position: relative;
}
.testimonial_post_home3.home7 .details:before{
  border-style: solid;
  border-width: 0 25px 25px 25px;
  border-color: transparent transparent #F5F7FC transparent;
  bottom: -15px;
  content: "";
  height: 0;
  left: 55px;
  position: absolute;
  width: 0;
  transform: rotate(180deg);
  z-index: 1;
}
.testimonial_post_home3.home7 .thumb{
  margin-left: 50px;
}
.testimonial_post_home3 .details .client_review li{
  margin-right: 0;
}
.testimonial_post_home3 .details .client_review li a{
  color: #FFC78B;
  font-size: 13px;
}
.testimonial_post_home3 .details p{
  color: #5F6973;
  font-size: 14px;
  line-height: 24px;
}
.testimonial_post_home3 .thumb{
  display: flex;
}
.testimonial_post_home3 .thumb img{
  width: 60px;
  border-radius: 50%;
}
.testimonial_post_home3 .thumb .title{
  font-size: 16px;
  margin-top: 15px;
  padding-left: 15px;
}
.testimonial_post_home3 .thumb .title small{
  color: #5F6973;
}
.becomea_instructor{
  border-radius: 5px;
  background-color: #f9f9f9;
  padding: 65px 15px 55px 200px;
}
.becomea_instructor.style2{
  background-color: #f9f9f9;
  padding: 65px 200px 55px 15px;
}
.becomea_instructor h3{
  font-size: 28px;
  margin-bottom: 25px;
}
.becomea_instructor p{
  margin-bottom: 30px;
}
.becomea_instructor a{
  border-radius: 5px;
  font-size: 14px;
  padding: 20px 25px 20px 40px;
  -webkit-box-shadow:0px 1px 4px 0px rgba(36, 65, 231, 0.3);
  -moz-box-shadow:0px 1px 4px 0px rgba(36, 65, 231, 0.3);
  -o-box-shadow:0px 1px 4px 0px rgba(36, 65, 231, 0.3);
  box-shadow:0px 1px 4px 0px rgba(36, 65, 231, 0.3);
}
.becomea_instructor a span{
  padding-left: 15px;
}
.becomea_instructor_home3 {
  border-radius: 5px;
  padding: 65px 0 55px 35px;
}
.becomea_instructor_home3 h3 {
  color: #ffffff;
  font-size: 26px;
  margin-bottom: 15px;
}
.becomea_instructor_home3 p {
  color: #ffffff;
  font-size: 16px;
}
.becomea_instructor_home3.style1{
  background-color: #369fdb;
}
.becomea_instructor_home3.style2{
  background-color: #051925;
}
.becomea_instructor_home3 a{
  border: none;
  border-radius: 5px;
  font-size: 14px;
  height: 50px;
  line-height: 35px;
  margin-top: 20px;
  width: 198px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.becomea_instructor_home3.style1 a{
  color: #369fdb;
}
.becomea_instructor_home3.style1 a:hover,
.becomea_instructor_home3.style1 a:active,
.becomea_instructor_home3.style1 a:focus{
  background-color: #051925;
  color: #ffffff;
}
.becomea_instructor_home3.style2 a{
  color: #051925;
}
.becomea_instructor_home3.style2 a:hover,
.becomea_instructor_home3.style2 a:active,
.becomea_instructor_home3.style2 a:focus{
  background-color: #369fdb;
  color: #ffffff;
}
.becomea_instructor_home3 a span{
  padding-left: 15px;
}
/*== Blog Post Home V1 ==*/
.blog_post{
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.blog_post .thumb{
  display: grid;
  overflow: hidden;
  position: relative;
}
.blog_post .thumb img{
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog_post:hover .thumb img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 0;
}
.blog_post.one .thumb .post_title{
  font-size: 5vw;
  color: #ffffff;
  left: 20px;
  opacity: .15;
  position: absolute;
  top: 0;
}
.blog_post_home2 .bph2_header .bph2_date_meta,
.blog_post.one .thumb .post_date{
  background-color: #ffffff;
  border-radius: 5px;
  height: 64px;
  left: auto;
  padding-left: 15px;
  padding-top: 10px;
  right: 30px;
  text-align: center;
  width: 80px;
}
.blog_post_home2 .bph2_header .bph2_date_meta span,
.blog_post.one .thumb .post_date span{
  color: #1A3760;
  font-size: 18px;
  font-weight: bold;
  display: table-caption;
  line-height: 22px;
}
.blog_post .thumb .post_date{
  color: rgba(255,255,255, .8);
  font-size: 14px;
  left: 30px;
  position: absolute;
  top: 30px;
  z-index: 9;
}
.blog_post.one .thumb:before{
  background-color: rgba(25, 38, 117, .7);
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
}
.blog_post .thumb:before{
  background-color: rgba(0,0,0, .6);
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  z-index: 1;
}
.blog_post.one .details .post_meta{
  position: relative;
}
.blog_post.one .details .post_meta ul li{
  margin-right: 30px;
}
.blog_post.one .details .post_meta ul li:last-child{
  margin-right: 0;
}
.blog_post.one .details .post_meta ul li a{
  color: #ffffff;
  font-size: 14px;
}
.blog_post.one .details .post_meta ul li a i {
  font-size: 16px;
  margin-right: 10px;
}
.blog_post .details{
  bottom: 20px;
  left: 30px;
  position: absolute;
  z-index: 9;
}
.blog_post .details h4{
  font-size: 20px;
  margin-top: 8px;
  width: 90%;
}
.blog_post .details h4{
  color: #ffffff;
}
.blog_post .details h5{
  color: rgba(255,255,255, .8);
  font-size: 14px;
}
.read_more_home a{
  color: #c75533;
}
.blog_post_home6 {
  position: relative;
}
.blog_post_home6 h3.title{
  font-size: 26px;
  margin-bottom: 50px;
}
.blog_post_home6 .thumb h4{
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 5px;
  margin-top: 20px;
}
.blog_post_home6 .thumb a{
  font-size: 15px;
  line-height: 30px;
}
.blog_post_home6_media_objects .title{
  font-size: 15px;
  margin-bottom: 60px;
  padding-top: 5px;
  position: relative;
  text-align: right;
}
.blog_post_home6_media_objects .title a{
  color: #1A3760;
  font-size: 15px;
}
.blog_post_home6_date{
  cursor: pointer;
  position: relative;
}
.blog_post_home6_date .title{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.blog_post_home6_date .post_grid{
  background-color: #f9f9f9;
  border-radius: 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 30px 15px 30px 15px;
  position: relative;
}
.blog_post_home6_date .post_grid:hover .post_date {
  background-color: #192675;
}
.blog_post_home6_media_objects .title a span,
.blog_post_home6_date .title a span{
  padding-left: 15px;
}
.blog_post_home6_date .title h3{
  float: left;
  font-size: 26px;
  margin-bottom: 50px;
}
.blog_post_home6_date .title a{
  font-size: 15px;
  position: absolute;
  right: 0;
  top: 5px;
}
.blog_post_home6_date .post_grid .post_date {
  border-radius: 5px;
  background-color: #ff1053;
  color: #ffffff;
  float: left;
  height: 60px;
  line-height: normal;
  margin-right: 15px;
  padding-top: 7px;
  position: relative;
  text-align: center;
  width: 70px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog_post_home6_date .post_grid .post_meta ul{
  margin-bottom: 0;
}
.blog_post_home6_date .post_grid .post_meta ul li a{
  font-size: 13px;
}
.blog_post_home6_date .post_grid .post_meta ul li a span{
  font-size: 16px;
  padding-right: 5px;
}
.about_home6 .partners_thumb_list {
  margin-bottom: 0;
  margin-top: 70px;
}
.about_home6 .partners_thumb_list li{
  margin-right: 55px;
}
.about_home6 .partners_thumb_list li:last-child{
  margin-right: 0;
}
/*== Team Slider Code ==*/
.feature_post_slider.owl-theme.owl-loaded .owl-prev{
  left: -80px;
}
.feature_post_slider.owl-theme.owl-loaded .owl-next{
  right: -80px;
}
.feature_post_slider.owl-theme.owl-loaded .owl-prev,
.feature_post_slider.owl-theme.owl-loaded .owl-next{
  background-color: #ffffff !important;
  border: 1px solid #E6E9EC;
  border-radius: 50%;
  color: #5F6973;
  height: 45px;
  line-height: 37px;
  position: absolute;
  top: 40%;
  width: 45px;
  -webkit-box-shadow: 0px 8px 30px rgba(34, 34, 34, 0.07);
  -moz-box-shadow: 0px 8px 30px rgba(34, 34, 34, 0.07);
  -o-box-shadow: 0px 8px 30px rgba(34, 34, 34, 0.07);
  box-shadow: 0px 8px 30px rgba(34, 34, 34, 0.07);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single_product_slider.owl-theme.owl-loaded .owl-prev,
.listing_item_5grid_slider.owl-theme.owl-loaded .owl-prev,
.recent_property_slider_home5.owl-theme.owl-loaded .owl-prev{
  left: -100px;
  top: 155px;
}
.feature_listing_home4_style .listing_item_5grid_slider.owl-theme.owl-loaded .owl-prev{
  left: -65px;
}
.feature_listing_home4_style .listing_item_5grid_slider.owl-theme.owl-loaded .owl-prev,.feature_listing_home4_style .listing_item_5grid_slider.owl-theme.owl-loaded .owl-next{top:125px}
.listing_item_3grid_slider.owl-theme.owl-loaded .owl-prev:hover,
.listing_item_3grid_slider.owl-theme.owl-loaded .owl-next:hover/*,
.listing_item_7grid_slider.owl-theme.owl-loaded .owl-prev:hover,
.listing_item_7grid_slider.owl-theme.owl-loaded .owl-next:hover*/{
  background-color: #fff;
  color: #1947E2;
}
.listing_item_3grid_slider.owl-theme.owl-loaded .owl-prev,
.listing_item_3grid_slider.owl-theme.owl-loaded .owl-next{
  top: 100px;
}
.listing_item_3grid_slider.owl-theme.owl-loaded .owl-prev{
  left: 0;
}
/*.listing_item_7grid_slider.owl-theme.owl-loaded .owl-prev,.listing_item_7grid_slider.owl-theme.owl-loaded .owl-next{
	top: 75px;
}
@media(max-width:767.98px){
	.listing_item_7grid_slider.owl-theme.owl-loaded .owl-prev,.listing_item_7grid_slider.owl-theme.owl-loaded .owl-next{
	top: 130px;
}
}
.listing_item_7grid_slider.owl-theme.owl-loaded .owl-next{right: -30px}
.listing_item_7grid_slider.owl-theme.owl-loaded .owl-prev{left: -30px}
@media(max-width:1700px){
	.listing_item_7grid_slider.owl-theme.owl-loaded .owl-next{right: -10px}
.listing_item_7grid_slider.owl-theme.owl-loaded .owl-prev{left: -10px}
}*/
.listing_item_3grid_slider.owl-theme.owl-loaded .owl-next{
  right: 0;
}

.single_product_slider.owl-theme.owl-loaded .owl-next,
.listing_item_5grid_slider.owl-theme.owl-loaded .owl-next,
.recent_property_slider_home5.owl-theme.owl-loaded .owl-next{
  right: -30px;
  top: 155px;
}
.feature_listing_home4_style .listing_item_5grid_slider.owl-theme.owl-loaded .owl-next{
  right: -65px;
}
.single_product_slider.owl-theme.owl-loaded .owl-prev,
.single_product_slider.owl-theme.owl-loaded .owl-next{
  top: 45%;
}
.about-section .single_product_slider.owl-theme.owl-loaded .owl-prev,
.about-section .single_product_slider.owl-theme.owl-loaded .owl-next{
  top: 50%;
}
.single_product_slider.owl-theme.owl-loaded .owl-prev:hover,
.single_product_slider.owl-theme.owl-loaded .owl-next:hover{
  background-color: #1A3760;
  border: none;
  color: #fff;
}
.listing_item_5grid_slider.home6_style.owl-theme.owl-loaded .owl-prev{
  left: -60px;
}
.listing_item_5grid_slider.home6_style.owl-theme.owl-loaded .owl-next{
  right: -60px;
}
.listing_item_5grid_slider.home6_style.owl-theme.owl-loaded .owl-prev:hover,
.listing_item_5grid_slider.home6_style.owl-theme.owl-loaded .owl-next:hover{
  border: 1px solid #F2B23E;
  color: #F2B23E;
}
.listing_item_5grid_slider.owl-theme.owl-loaded .owl-prev,
.listing_item_5grid_slider.owl-theme.owl-loaded .owl-next,
.recent_property_slider_home5.owl-theme.owl-loaded .owl-prev,
.recent_property_slider_home5.owl-theme.owl-loaded .owl-next{
  top: 120px;  
}
.single_product_slider.owl-theme.owl-loaded .owl-prev{
  left: 30px;
}
.single_product_slider.owl-theme.owl-loaded .owl-next{
  right: 30px;
}
.home_content_home7_slider .listing_item_1grid_slider.owl-theme.owl-loaded .owl-prev,
.home_content_home7_slider .listing_item_1grid_slider.owl-theme.owl-loaded .owl-next,
.listing_item_3grid_slider.owl-theme.owl-loaded .owl-prev,
.listing_item_3grid_slider.owl-theme.owl-loaded .owl-next,
.listing_item_4grid_slider.owl-theme.owl-loaded .owl-prev,
.listing_item_4grid_slider.owl-theme.owl-loaded .owl-next,
.listing_item_5grid_slider.owl-theme.owl-loaded .owl-prev,
.listing_item_5grid_slider.owl-theme.owl-loaded .owl-next,
/*.listing_item_7grid_slider.owl-theme.owl-loaded .owl-prev,
.listing_item_7grid_slider.owl-theme.owl-loaded .owl-next,*/
.recent_property_slider_home5.owl-theme.owl-loaded .owl-prev,
.recent_property_slider_home5.owl-theme.owl-loaded .owl-next,
.single_product_slider.owl-theme.owl-loaded .owl-prev,
.single_product_slider.owl-theme.owl-loaded .owl-next,
.single_page6_single_slider.owl-theme.owl-loaded .owl-prev,
.single_page6_single_slider.owl-theme.owl-loaded .owl-next,
.listing_item_car_grid_slider.owl-theme.owl-loaded .owl-prev,
.listing_item_car_grid_slider.owl-theme.owl-loaded .owl-next{
  background-color: rgba(12, 18, 39, 0.4);
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  height: 50px;
  line-height: 42px;
  position: absolute;
  text-align: center;
  width: 50px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.home_content_home7_slider .listing_item_1grid_slider.owl-theme.owl-loaded .owl-prev,
.home_content_home7_slider .listing_item_1grid_slider.owl-theme.owl-loaded .owl-next{
  background-color: #FFFFFF;
  color: #1A3760;
  top: 40%;
}
.home_content_home7_slider .listing_item_1grid_slider.owl-theme.owl-loaded .owl-prev:hover,
.home_content_home7_slider .listing_item_1grid_slider.owl-theme.owl-loaded .owl-next:hover{
  background-color: #cb281f;
  color: #fff
}
.home_content_home7_slider .listing_item_1grid_slider.owl-theme.owl-loaded .owl-prev{
  left: 60px;
}
.home_content_home7_slider .listing_item_1grid_slider.owl-theme.owl-loaded .owl-next{
  right: 60px;
}
.home_content_home7_slider .home_content_home7{
  
  margin: 0 auto;
  width: 100%;
}
.home_content_home7_slider .home_content_home7 .wrapper{max-width: 1000px;margin: 0 auto;
  width: 100%;}
.home_content_home7_slider .home_content_home7 .thumb{max-width: 1180px;margin: 0 auto;
  width: 100%;}
.single_page6_single_slider.owl-theme.owl-loaded .owl-prev{
  left: 27%;
}
.single_page6_single_slider.owl-theme.owl-loaded .owl-next{
  right: 27%;
}
.single_page6_single_slider.owl-theme.owl-loaded .owl-prev,
.single_page6_single_slider.owl-theme.owl-loaded .owl-next{
  background-color: #fff;
  color: #5F6973;
  top: 45%;
}
.single_page6_single_slider.owl-theme.owl-loaded .owl-prev:hover,
.single_page6_single_slider.owl-theme.owl-loaded .owl-next:hover{
  background-color: #1A3760;
  color: #fff;
}
.home1_popular_listing .listing_item_4grid_slider.owl-theme.owl-loaded .owl-prev,
.home1_popular_listing .listing_item_4grid_slider.owl-theme.owl-loaded .owl-next{
  background-color: transparent;
  border: none;
  color: #1A3760;
  font-size: 20px;
  top: 35%;
}
.home1_popular_listing.home4_style .listing_item_car_grid_slider.owl-theme.owl-loaded .owl-prev,
.home1_popular_listing.home4_style .listing_item_car_grid_slider.owl-theme.owl-loaded .owl-next,
.home1_popular_listing.home2_style .listing_item_4grid_slider.owl-theme.owl-loaded .owl-prev,
.home1_popular_listing.home2_style .listing_item_4grid_slider.owl-theme.owl-loaded .owl-next{
  background-color: rgba(10, 35, 87, .1);
  color: #1A3760;
  font-size: 13px;
}
.listing_item_car_grid_slider.owl-theme.owl-loaded .owl-prev{
  left: 0;
}
.listing_item_car_grid_slider.owl-theme.owl-loaded .owl-next{
  right: 0;
}
.listing_item_car_grid_slider.owl-theme.owl-loaded .owl-prev,
.listing_item_car_grid_slider.owl-theme.owl-loaded .owl-next{
  top: 55%;
}
.home1_popular_listing.home4_style .listing_item_3grid_slider.owl-theme.owl-loaded .owl-prev,
.home1_popular_listing.home4_style .listing_item_3grid_slider.owl-theme.owl-loaded .owl-next{
  top: 38%;
}
.home1_popular_listing.home4_style .listing_item_3grid_slider.owl-theme.owl-loaded:hover .owl-prev,
.home1_popular_listing.home4_style .listing_item_3grid_slider.owl-theme.owl-loaded:hover .owl-next{
  background:#cb281f;color: #fff 
}
.home1_popular_listing.home4_style .listing_item_3grid_slider.owl-theme.owl-loaded .owl-prev,
.home1_popular_listing .listing_item_4grid_slider.owl-theme.owl-loaded .owl-prev{
  left: -70px;
}
.home1_popular_listing.home4_style .listing_item_3grid_slider.owl-theme.owl-loaded .owl-next,
.home1_popular_listing .listing_item_4grid_slider.owl-theme.owl-loaded .owl-next{
  right: -70px;
}
.listing_item_4grid_slider.owl-theme.owl-loaded .owl-prev{
  left: -90px;
}
.listing_item_4grid_slider.owl-theme.owl-loaded .owl-next{
  right: -90px;
}
.listing_item_4grid_slider.owl-theme.owl-loaded .owl-prev,
.listing_item_4grid_slider.owl-theme.owl-loaded .owl-next{
  top: 155px;
}
.feature_post_slider.owl-theme.owl-loaded .owl-prev:hover,
.feature_post_slider.owl-theme.owl-loaded .owl-next:hover{
  background-color: #0061DF !important;
  color: #ffffff;
}
.listing_item_5grid_slider.owl-theme .owl-nav,
.recent_property_slider_home5.owl-theme .owl-nav{
  margin: 0;
}
.popular_listing_slider1.owl-theme .item{
  margin: 0 15px;
}
.feature_post_slider .shop_grid .thumb img{
  margin: 0 auto;
  width: auto;
}
/*== Pricing Table Four ==*/
/*== Our Partners ==*/
.our_partner{
  text-align: center;
}
.start-partners.home1{
  background-image: url(images/pattern/3.png);
  background-position: center;
  background-size: cover;
}

/*== Our Newslatters ==*/
.our-newslatters{
  background-color: #f9fafc;
}
/*== Error/404 Page ==*/
.our-error{
  position: relative;
}
.our-coming-soon{
  padding: 200px 0;
  position: relative;
}
.logo-widget.error_paged{
  padding-left: 30px;
}
.erro_code{
  margin-bottom: 50px;
  margin-top: 50px;
}
.erro_code h2{
  color: #1A3760;
  font-size: 10.4vw;
  font-style: normal;
  font-weight: 900;
  line-height: 242px;
  letter-spacing: 0em;
  text-align: center;
}
a.btn_error{
  border-radius: 8px;
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  padding: 16px 50px;
}
/*== Service Pages Style Code ==*/
.service_grid{
  background-color: #ffffff;
  border: 1px solid #EAEAEA;
  border-radius: 3px;
  margin-bottom: 30px;
  padding: 10px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service_grid:hover{
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  -moz-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  -o-box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
  box-shadow: 0px 0px 50px 0px rgba(19, 19, 28, 0.12);
}
.service_grid .details{
  padding: 20px 0 10px;
}
.service_grid .details h4{
  line-height: 1.444;
  margin: 0;
}
.service_include{
  margin: 180px 0 30px;
  position: relative;
}
.service_include .title{
  color: #1A3760;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0em;
  margin-bottom: 25px;
}
.service_include .para{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  margin-bottom: 30px;
  width: 90%;
}
.service_include2{
  margin-top: 0px;
  position: relative;
}
.service_include2 .title{
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 29px;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
.service_include2 .para{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  margin-bottom: 10px;
  width: 100%;
}
.si_list .order_list.list-style-check-circle.check_theme_color a:before{
  color: #1947E2;
}
.service_form{
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  padding: 15px;
  position: relative;
}
.service_form .title{
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0em;
  margin-bottom: 23px;
}
.service_form .contact_form .form-control{
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  height: 50px;
}
.service_form .contact_form textarea.form-control{height: 100px}
.service_form .contact_form .form-label{
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  margin-bottom: 15px;
}
.service_form .contact_form .btn{
  border-radius: 8px;
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  height: 50px;
  letter-spacing: 0em;
  padding: 15px 40px;
}
.opening_hour_widgets{
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  padding: 20px;
  position: relative;
}
.opening_hour_widgets .wrapper .title{
  color: #1A3760;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0em;
  margin-bottom: 15px;
  text-transform: uppercase
}
.opening_hour_widgets .wrapper a .list-group-item{
  border: none;
  border-bottom: 1px solid #e3e3e3!important;
  font-size: 13px;
  font-style: normal;
  line-height: 38px;
  letter-spacing: 0em;
  padding: 0;
  background: #f8f9fa
}
.opening_hour_widgets .wrapper a .list-group-item.kki{background: #fff}
.opening_hour_widgets .wrapper .list-group-item:last-child{
  border-bottom: none;
}
.opening_hour_widgets .wrapper .list-group-item .day{
  color: #1A3760;
  font-weight: 500;
}
.opening_hour_widgets .wrapper .list-group-item:hover .day{
	color: #D0473A;
}
.opening_hour_widgets .wrapper .list-group-item .schedule{
  color: #5F6973;
  font-weight: 400;
  line-height: 38px;
}
/*== Pricing Table Pages Style Code ==*/
.compare_table .membership_header .thumb{
  border-radius: 3px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.compare_table .membership_header .thumb:before{
  background-color: rgba(13,38,59, .3);
  bottom: 0;
  content:"";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.compare_table .membership_header .thumb a{
  background-color: #ffffff;
  border-radius: 50%;
  color: #5F6973;
  font-size: 13px;
  height: 45px;
  line-height: 45px;
  opacity: 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 20px;
  width: 45px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.compare_table .membership_header:hover .thumb a,
.compare_table .membership_header:hover .thumb a.fet{
  opacity: 1;
}
.compare_table .table-borderless tbody+tbody,
.compare_table .table-borderless td,
.compare_table .table-borderless th,
.compare_table .table-borderless thead th{
  width: 345px;
}
.compare_table .table-borderless td{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  letter-spacing: 0em;
}
.compare_table .table-striped tbody tr:nth-of-type(even){
  background-color: #F9F9F9;
  border-radius: 3px;
}
.compare_table .table-striped tbody tr:nth-of-type(odd){
  background-color: #EAEAEA;
}
.compare_table .second_thead tr{
  background-color: #f9f9f9; 
  border-radius: 3px;
}
.compare_table .second_thead tr th,
.compare_table .table-borderless tbody tr th{
  color: #1A3760;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0em;
}
.compare_table .list-style-check-circle li a{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0em;
}
.list-style-check-circle.check_theme_color li a:before{
  color: #1947E2;
}
/*== Switch Pricing Table ==*/
.pricing_packages_top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pricing_packages_top .save_title{
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
}
.pricing_packages_top .toggle-btn input,
.pricing_packages_top .toggle-btn label {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 0;
}
.pricing_packages_top .toggle-btn .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
}
.pricing_packages_top .toggle-btn .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.pricing_packages_top .toggle-btn .pricing_save1,
.pricing_packages_top .toggle-btn .pricing_save2{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  margin: 12px;
}
.pricing_table_switch_slide {
  border: 1px solid #E7E7EC;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1A3760;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.pricing_table_switch_slide:before {
  bottom: 5px;
  content: "";
  height: 20px;
  left: 5px;
  position: absolute;
  width: 20px;
  background-color: white;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.pricing_packages_top .toggle-btn .switch input:checked + .pricing_table_switch_slide {
  background-color: #1947E2;
}
.pricing_packages_top .toggle-btn .switch input:focus + .pricing_table_switch_slide {
  box-shadow: 0 0 1px #50bfe6;
}
.pricing_packages_top .toggle-btn .switch input:checked + .pricing_table_switch_slide:before {
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
.pricing_table_switch_slide.round {
  border-radius: 30px;
}
.pricing_table_switch_slide.round:before {
  border-radius: 50%;
}
.pricing_packages{
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 45px 30px 40px 40px;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pricing_packages .heading{
  margin-bottom: 70px;
  position: relative;
}
.pricing_packages:hover{
  border: 1px solid #1947E2;
}
.pricing_packages .heading .package_title{
  color: #1947E2;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
.pricing_packages .heading .recom{
  background-color: rgba(52, 168, 83, 0.15);
  border-radius: 90px;
  color: #34A853;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 0em;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
}
.pricing_packages .heading .text1,
.pricing_packages .heading .text2{
  color: #1A3760;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0em;
}
.pricing_packages .heading .text1 span,
.pricing_packages .heading .text2 span{
  color: #696969;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0em;
}
.pricing_packages .details{
  position: relative;
}
.pricing_packages .details .list{
  margin-bottom: 40px;
}
.pricing_packages .details .list li {
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: 0em;
}
.pricing_packages .details .list li i{
  color: #202124;
  font-size: 16px;
  margin-right: 15px;
}
.pricing_packages .details .package_btn{
  background-color: rgba(25, 71, 226, 0.07);
  border-radius: 8px;
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  height: 50px;
  letter-spacing: 0em;
  line-height: 35px;
  width: 100%;
}
.pricing_packages:hover .details .package_btn{
  background-color: #1947E2;
  color: #ffffff;
}

/*== LogIn Register Page ==*/
.login_form {
  padding: 0;
}
.login_form .title,
.sign_up_form .title{
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 41px;
  letter-spacing: 0em;
  margin-bottom: 38px;
}
.login_form .input-group-text,
.sign_up_form .input-group-text{
  background-color: transparent;
  border: none;
  color: #006c70;
  height: 40px;
  position: absolute;
  right: 2px;
  top: 6px;
}
.login_form .form-group .custom-control-label,
.sign_up_form .form-group .custom-control-label{
  font-size: 14px;
  padding-top: 2px;
}
.login_form p,
.sign_up_form p{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  margin-bottom: 22px;
}
.login_form p a,
.sign_up_form p a{
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
}
.login_form .btn-fpswd,
.sign_up_form .btn-fpswd{
  color: #1947E2;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 41px;
  letter-spacing: 0em;
}
.sign_up_form .divide,
.login_form .divide{
  position: relative;
}
.sign_up_form .divide .lf_divider,
.login_form .divide .lf_divider{
  background-color: #f9fafc;
  height: 20px;
  left: 0;
  line-height: 20px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: -10px;
  width: 62px;
}
.sign_up_form.inner_page,
.login_form.inner_page {
  border: 1px solid #E6E9EC;
  border-radius: 3px;
  padding: 30px;
  -webkit-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
  -moz-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
  -o-box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
  box-shadow: 0px 10px 30px rgba(13, 38, 59, 0.05);
}
.sign_up_form.inner_page .title,
.login_form.inner_page .title{
  font-weight: 600;
  margin-bottom: 35px;
}
.sign_up_form.inner_page.style2,
.login_form.inner_page.style2 {
  padding: 30px 0;
}
.login_form.inner_page .heading h4{
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 5px;
}
.login_form .heading,
.sign_up_form .heading {
  margin-bottom: 25px;
}
.login_form .form-control:focus,
.sign_up_form .form-control:focus,
.sign_up_form button.btn.dropdown-toggle:focus::-webkit-input-placeholder{
  box-shadow: none;
  color: #1A3760;
  outline: none;
}
.login_form .form-control:focus::-webkit-input-placeholder,
.sign_up_form .form-control:focus::-webkit-input-placeholder,
.sign_up_form button.btn.dropdown-toggle:focus::-webkit-input-placeholder{
  color: #1A3760;
}
.login_form.inner_page .heading p {
  margin-bottom: 0;
}
.login_form.inner_page .form-control{
  background-color: #ffffff;
  border: 1px solid #EAEAEA;
  padding-left: 15px;
  font-size: 14px;
}
.login_form .form-control{
  margin-bottom: 10px;
}
.login_form .form-label,
.sign_up_form .form-label{
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  margin-bottom: 12px;
}
.login_form .form-control,
.sign_up_form .form-control,
.sign_up_form button.btn.dropdown-toggle{
  background-color: #ffffff;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  color: #5F6973;
  font-size: 13px;
  height: 50px;
  margin-bottom: 20px;
  padding: 0 15px;
}
.login_form .custom-control.custom-checkbox [type="checkbox"], [type="radio"]{
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  outline: none;
  width: 18px;
}
.login_form .custom-control.custom-checkbox label.custom-control-label{
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 41px;
  letter-spacing: 0em;
  padding-left: 5px;
  text-align: left;
}
.login_form .form-check-input {
  height: 17px;
  width: 17px;
}
.login_form .form-check-label{
  color: #1A3760;
  font-size: 14px;
  padding-left: 0;
}
.login_form .btn-log {
  border-radius: 8px;
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  height: 50px;
  width: 187px;
}
.sign_up_form {
  padding: 0;
}
.sign_up_form .form-check-input {
  border-radius: 2px;
  height: 15px;
  width: 15px;
}
.login_with{
  border-left: 1px solid #EAEAEA;
  margin-top: 100px;
  padding-left: 100px;
  position: relative;
}
.login_with.signup_page{
  margin-top: 150px;
}
.login_with .title{
  font-size: 34px;
  font-style: normal;
  font-weight: 600;
  line-height: 41px;
  letter-spacing: 0em;
  margin-bottom: 50px;
}
.login_with .social_btn .btn_fb{
  border: 1px solid #1967D2;
  color: #1967D2;
  margin-bottom: 20px;
}
.login_with .social_btn .btn_fb:hover,
.login_with .social_btn .btn_fb:active,
.login_with .social_btn .btn_fb:focus{
  background-color: #1967D2;
  color: #fff;
}
.login_with .social_btn .btn_google{
  border: 1px solid #D93025;
  color: #D93025;
}
.login_with .social_btn .btn_google:hover,
.login_with .social_btn .btn_google:active,
.login_with .social_btn .btn_google:focus{
  background-color: #D93025;
  color: #fff;
}
.login_with .social_btn .btn_fb,
.login_with .social_btn .btn_google{
  border-radius: 8px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  height: 50px;
  line-height: 35px;
  letter-spacing: 0em;
  text-align: center;
  width: 260px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; 
}
.login_with .social_btn .btn_fb span,
.login_with .social_btn .btn_google span{
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  margin-right: 10px;
  vertical-align: middle;
}
/* Create a custom checkbox */
.sign_up_form .checkmark {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  -webkit-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -o-box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  box-shadow:0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}
.sign_up_form .form-check-label{
  color: #1A3760;
  font-size: 14px;
  padding-left: 7px;
}
.sign_up_form button {
  margin-bottom: 30px;
}
.sign_up_form .btn-log {
  border-radius: 3px;
  background-color: #1947E2;
  color: #ffffff;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 16px;
  height: 50px;
}
.sign_up_form .btn-signup{
  border-radius: 8px;
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  height: 50px;
  width: 187px;
}
/*== Question Widget Faq Page ==*/
.shortcode_widget_accprdons,
.shortcode_widget_tab,
.shortcode_widget_table,
.shortcode_widget_message_box,
.shortcode_widget_buttons{
  margin-bottom: 60px;
}
.shortcode_widget_buttons .ui_kit_button button{
  margin: 10px 5px;
}
.shortcode_widget_buttons .ui_kit_button button:last-child{
  margin-right: 0;
}
.shortcode_widget_accprdons h4,
.shortcode_widget_tab h4,
.shortcode_widget_table h4,
.shortcode_widget_message_box h4,
.shortcode_widget_buttons h4,
.shortcode_widget_form h4,
.shortcode_widget_multiselect h4,
.ui_kit_select_box h4,
.shortcode_widget_radiobox h4,
.shortcode_widget_checkbox h4,
.shortcode_widget_switch h4,
.shortcode_widget_form h4,
.shortcode_widget_progressbar h4,
.shortcode_form_title h4{
  color: #1A3760;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  margin-bottom: 30px;
}
.faq_content{
  position: relative;
}
.faq_according .panel .panel-body{
  padding: 15px 0;
}
.faq_according .panel .panel-body p{
  font-size: 15px;
  color: rgb(126, 126, 126);
  line-height: 1.6;
}
.faq_according .panel .panel-body h4{
  font-size: 18px;
  color: rgb(59, 59, 59);
  line-height: 1.333;
}
.faq_according .panel-heading{
  background-color: #ffffff;
  border: 1px solid #E6E9EC;
  border-radius: 3px;
  height: 50px;
  margin-bottom: 20px;
}
.faq_according .panel-heading .panel-title{
  font-size: 16px;
  font-weight: bold;
  line-height: 3;
}
.faq_according .panel-heading .panel-title a{
  padding: 0 20px;
}
.shortcode_widget_accprdons .faq_according .accordion .card{
  margin-bottom: 20px;
  padding: 6px 20px 6px 30px;
}
.faq_according .accordion .card{
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  box-shadow: 0px 18px 60px rgba(23, 26, 33, 0.05);
  margin-bottom: 30px;
  padding-left: 20px;
}
.faq_according.style2 .accordion .card.floor_plan .card-header .btn-link ul li{
  text-transform: capitalize;
  margin-right: 20px;
}
.faq_according.style2 .accordion .card.floor_plan .card-header .btn-link ul li span{
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-left: 8px;
}
.faq_according.style2 .accordion .card .card-body{
  margin-top: 0;  
}
.faq_according.style2 .accordion .card.floor_plan .card-header .btn-link ul li:last-child{
  margin-right: 0;
}
.faq_according .accordion .card .card-header{
  background-color: transparent;
  border: none;
  padding: 20px 10px 20px 0;
}
.faq_according .accordion .card .card-header.active{
  background-color: transparent;
  border-radius: 0;
}
.faq_according .accordion .card .card-header .btn-link{
  color: #1A3760;
  display: block;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  padding: 0;
  text-align: left;
  text-decoration: none;
}
.faq_according .accordion .card .card-header .btn-link:active,
.faq_according .accordion .card .card-header .btn-link:focus,
.faq_according .accordion .card .card-header .btn-link:hover{
  text-decoration: none;
}
.faq_according .accordion .card .card-header.active .btn-link{
  color: #1A3760;
}
.faq_according .accordion .card .card-header::before {
  font-family: 'FontAwesome';
  color: #1A3760;
  content: "\f067";
  float: right;
  font-weight: lighter;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-right: 10px;
  margin-top: 0;
}
.faq_according .accordion .card .card-header.active::before {
  content:"\f068";
  font-family: FontAwesome;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.faq_according .accordion .card .card-body{
  border-radius: 0 0 8px 8px;
  font-size: 15px;
  padding: 0 30px 10px 0;
}
.faq_according .accordion .card .card-body p{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}
/*== Terms & Condition Page ==*/
.terms_condition_grid{
  position: relative;
}
.terms_condition_grid .grids .title{
  font-weight: 600;
  margin-bottom: 10px;
}
.terms_condition_grid .grids p{
  font-size: 15px;
  color: #5F6973;
  line-height: 24px;
}

/*== Tab Widget UI Page ==*/
.ui_kit_tab .nav.nav-tabs {
  background-color: #EEF2F6;
  border-radius: 8px;
  border-bottom: none;
  height: 45px;
}
.ui_kit_tab .nav.nav-tabs .nav-link {
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  margin-left: 5px;
  margin-top: 6px;
  text-align: center;
  width: 109px;
}
.ui_kit_tab .nav.nav-tabs .nav-link:hover {
  border: 1px solid transparent;
}
.ui_kit_tab .nav.nav-tabs .nav-link.active,
.ui_kit_tab .nav.nav-tabs .nav-link:focus,
.ui_kit_tab .nav.nav-tabs .nav-link:hover,
.ui_kit_tab .nav.nav-tabs .nav-link:visited {
  background-color: #FFFFFF;
  border: none;
  border-radius: 8px;
}
.ui_kit_tab.style2 .nav.nav-tabs{
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #EAEAEA;
}
.ui_kit_tab.style2 .nav.nav-tabs .nav-item{
  line-height: ;
}
.ui_kit_tab.style2 .nav.nav-tabs .nav-link {
  border-bottom: 3px solid transparent;
  color: #5F6973;
  line-height: normal;
  padding: 0 17px 19px 10px;
  text-align: left;
  width: auto;
}
.ui_kit_tab.style2 .nav.nav-tabs .nav-link:focus,
.ui_kit_tab.style2 .nav.nav-tabs .nav-link:active,
.ui_kit_tab.style2 .nav.nav-tabs .nav-link:hover,
.ui_kit_tab.style2 .nav.nav-tabs .nav-link:visited{
  background-color: transparent;
  border: 1px solid transparent;
}
.ui_kit_tab.style2 .nav.nav-tabs .nav-link.active{
  background-color: transparent;
  border-bottom: 3px solid #1947E2;
  border-radius: 0;
  color: #1947E2;
  height: auto;
  line-height: normal;
  text-align: left;
  width: auto;
}
.ui_kit_tab.style2 .tab-content .tab-pane{
  padding: 20px 0 30px;
}
.ui_kit_tab .tab-content .tab-pane{
  padding: 18px 0 30px;
}
.ui_kit_tab .tab-content .tab-pane p{
  color: #5F6973;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  width: 85%;
}
/*== Table Widget UI Page ==*/
.ui_kit_table .table {
  background-color: #ffffff;
  border-radius: 8px;
  border: none;
}
.ui_kit_table .table thead{
  border-radius: 8px;
}
.ui_kit_table .table th {
  background-color: #1A3760;
  border-bottom: transparent;
  color: #fff;
  font-weight: normal;
}
.ui_kit_table .table th,
.ui_kit_table .table td{
  border: none;
  height: 50px;
  line-height: 50px;
  padding-left: 30px;
}
/*== Message Box Widget UI Page ==*/
.ui_kit_message_box .alert{
  border-radius: 8px;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0em;
  height: 75px;
  line-height: 45px;
  padding-left: 30px;
}
.ui_kit_message_box .alert .btn-close{
  right: 10px;
  top: 10px;
}
.alert.alart_style_one{
  background-color: #CDE9F6;
  color: #4780AA;
}
.alert.alart_style_two{
  background-color: #F7F3D7;
  color: #927238;
}
.alert.alart_style_three{
  background-color: #ECC8C5;
  color: #AB3331;
}
.alert.alart_style_four{
  background-color: #DEF2D7;
  color: #5B7052;
}
.ui_kit_button .btn {
  border-radius: 8px;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  height: 50px;
  line-height: 16px;
  letter-spacing: 0em;
  width: 155px;
}
/*== Form Input Widget UI Page ==*/
.ui_kit_input .form-control{
  border: 1px solid #E6E9EC;
  border-radius: 4px;
  font-size: 14px;
  padding-left: 20px;
}
.ui_kit_input .form-control:hover,
.ui_kit_input .form-control:active,
.ui_kit_input .form-control:focus{
  box-shadow: none;
  color: #1A3760;
  font-size: 14px;
  line-height: 24px;
  outline: none;
}
.ui_kit_input .form-control:focus::placeholder{
  color: #5F6973;
}
.short_code_title{
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  margin-bottom: 12px;
}
.ui_kit_select_box .bootstrap-select .dropdown-menu .bs-searchbox{
  margin: 25px 20px;
}
.ui_kit_select_box .bootstrap-select .dropdown-menu .bs-searchbox .form-control{
  background-color: #F9F9F9;
  border: none;
  border-radius: 8px;
}
.shortcode_widget_multiselect .bootstrap-select .dropdown-menu li a,
.ui_kit_select_box .bootstrap-select .dropdown-menu li a{
  border-bottom: none;
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0em;
}
.shortcode_widget_multiselect .bootstrap-select .dropdown-menu li:hover a,
.ui_kit_select_box .bootstrap-select .dropdown-menu li:hover a{
  font-weight: normal;
  color: #cb281f!important
}
/*== Form Textarea Widget UI Page ==*/
.ui_kit_textarea h5{
  margin-bottom: 18px;
}
.ui_kit_textarea .form-control:focus {
  box-shadow: none;
}
textarea.form-control{
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  height: auto;
  padding-left: 20px;
  padding-top: 20px;
}
textarea.form-control:placeholder{
  font-size: 13px;
}
.contact_form.profile textarea.form-control{
  font-size: 14px;
}
/*== Form Tooltip Widget UI Page ==*/
.ui_kit_tooltip .btn {
  border-radius: 8px;
  background-color: #EAEAEA;
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  height: 50px;
  margin-right: 5px;
  width: 100px;
}
.ui_kit_tooltip .btn:hover,
.ui_kit_tooltip .btn:active,
.ui_kit_tooltip .btn:focus {
  box-shadow: none;
  border-color: #F6F8F9;
}
/*== Select Search Box Widget UI Page ==*/
.ui_kit_select_search button.btn{
  background-color: #ffffff !important;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  color: #5F6973 !important;
  height: 50px;
  line-height: 40px;
  padding-left: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ui_kit_select_search.add_new_property button.btn{
  font-size: 14px;
  height: auto;
  line-height: 30px;
}
.ui_kit_select_search.add_new_property button.btn:focus,
.ui_kit_select_search button.btn:focus{
  box-shadow: none !important;
  outline: none !important;
}
.ui_kit_select_search .bs-searchbox .form-control {
  background-color: #F6F8F9;
  border-color: #F6F8F9;
  height: 50px;
}
.ui_kit_select_search .bs-searchbox .form-control:focus {
  box-shadow: none;
}
.ui_kit_select_search .bs-searchbox:before {
  color: #d0d1d3;
  content: "\f002";
  font-family: FontAwesome;
  font-size: 20px;
  line-height: 45px;
  position: absolute;
  right: 25px;
  z-index: 999;
}
.ui_kit_select_search .dropdown-item {
  color: #1A3760;
}
.ui_kit_select_search .dropdown-item:hover,
.agent_search_form .dropdown-item:hover {
  background-color: transparent;
  color: #221f1f;
  font-weight: 600;
}
.ui_kit_select_search .dropdown-item.active,
.ui_kit_select_search .dropdown-item:active,
.agent_search_form .dropdown-item.active,
.agent_search_form .dropdown-item:active {
  background-color: transparent;
  color: #5F6973;
}
/*== Radiobox, Checkbox, Switch Widget UI Page ==*/
.ui_kit_radiobox .radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.ui_kit_radiobox input[type=radio] {
  box-shadow: none;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.ui_kit_radiobox .radio label{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0em;
  margin-bottom: 0;
  padding-left: 30px;
  position: relative;
}
.ui_kit_radiobox label, legend {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
}
.ui_kit_radiobox .radio input[type=radio]:checked+label .radio-label {
  background-color: #ffffff;
  box-shadow: inset 0 0 0 5px #1947E2;
}
.ui_kit_radiobox .radio input[type=radio]+label .radio-label {
  content: '';
  background-color: #fff;
  border-radius: 100%;
  border: 1px solid #E6E9EC;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  box-shadow: inset 0 0 0 8px #fff;
  z-index: 100;
  position: absolute;
  top: 10px;
  left: 0;
}
.ui_kit_radiobox label span, legend span {
  font-weight: 400;
  font-size: 14px;
  color: #444;
}
.ui_kit_radiobox .radio-label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: transparent;
  display: block;
}
.ui_kit_radiobox .radio input[type=radio]+label .radio-label:after {
  background-color: #1967D2;
  box-sizing: border-box;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 1;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform:scale(0);
  -moz-transform:scale(0);
  -o-transform:scale(0);
  transform:scale(0);
  width: 100%;
  z-index: 99;
}
/*== CheckBox Widget UI Page ==*/
.ui_kit_checkbox input.custom-control-input{
  border: 1px solid #EAEAEA;
}
.ui_kit_checkbox input[type=checkbox],
.ui_kit_checkbox input[type=radio] {
  border-radius: 4px;
  height: 18px;
  top: 10px;
  width: 18px;
}
.ui_kit_checkbox.style2 .custom-control-label::before{
  border-radius: 8.5px;
}
.ui_kit_checkbox .custom-control-label::after{
  left: -1.4rem;
  top: 11px;
}
.custom-control-label:focus,
.custom-control:focus{
  outline: none;
}
.ui_kit_checkbox .custom-control-label::before{
  background-color: #ffffff;
  border: 1px solid #EAEAEA;
  border-radius: 0;
  height: 18px;
  top: 10px;
  width: 18px;
}
.ui_kit_checkbox .custom-control-input:checked~.custom-control-label::before{
  background-color: #1947E2;
  border-color: #1947E2;
  top: 10px;
}
.ui_kit_checkbox .custom-control-label {
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0em;
  margin-bottom: 0;
  outline: none;
  padding-left: 10px;
  width: 100%;
}
.ui_kit_checkbox .custom-control-label span{
  color: #c1c1c1;
  font-size: 14px;
}
.ui_kit_checkbox .custom-control-input:focus~.custom-control-label::before {
  box-shadow: none;
}
.sidebar_tag .custom-control-label {
  color: #5F6973;
  font-size: 15px;
  font-weight: 400;
  justify-content: left;
  line-height: 40px;
  margin: 0;
  outline: none;
  padding-left: 10px;
  padding-right: 15px;
  width: 100%;
}
.sidebar_tag .custom-control-label::before{
  background-color: #ffffff;
  border: 1px solid #E6E9EC;
  border-radius: 4px;
  height: 18px;
  top: 10px;
  width: 18px;
}
.sidebar_tag .custom-control-label::after{
  left: -1.4rem;
  top: 10px;
}
.sidebar_tag .wrapper{
  border-radius: 3px;
  height: 340px;
  overflow: hidden scroll;
}
.sidebar_tag .wrapper::-webkit-scrollbar {
  border-radius: 6px;
  margin-top: 15px;
  margin-right: 10px;
  width: 8px;
  z-index: 3;
}
.sidebar_tag .wrapper::-webkit-scrollbar * {
  background:transparent;
  border-radius: 6px;
}
.sidebar_tag .wrapper::-webkit-scrollbar-track {
  background-color: #f4f4f4;
  border-radius: 6px;
}
.sidebar_tag .wrapper::-webkit-scrollbar-thumb {
  background-color: #dedede !important;
  border-radius: 6px;
}
/*== SwithcBox Widget UI Page ==*/
.ui_kit_whitchbox input.form-check-input{
  border: 1px solid #E7E7EC;
  height: 30px;
  width: 60px;
}
.ui_kit_whitchbox label.form-check-label {
  color: #5F6973;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 33px;
  margin-left: 20px;
}
.ui_kit_whitchbox .form-check-input:checked{
  background-color: #1947E2;
}
.ui_kit_whitchbox .custom-control-input:checked~.custom-control-label::before{
  background-color: #1947E2;
}
.ui_kit_whitchbox .custom-switch .custom-control-label::before {
  border-radius: 30px;
  height: 30px;
  border: 1px solid #E6E9EC;
  width: 60px;
  -webkit-box-shadow: 0px 8px 15px rgba(13, 38, 59, 0.1);
  -moz-box-shadow: 0px 8px 15px rgba(13, 38, 59, 0.1);
  -o-box-shadow: 0px 8px 15px rgba(13, 38, 59, 0.1);
  box-shadow: 0px 8px 15px rgba(13, 38, 59, 0.1);
}
.ui_kit_whitchbox .custom-control-input:focus~.custom-control-label::before {
  box-shadow: none;
}
.ui_kit_whitchbox .custom-switch .custom-control-input:checked~.custom-control-label::after {
  -webkit-transform:translateX(2.0rem);
  -moz-transform:translateX(2.0rem);
  -o-transform:translateX(2.0rem);
  transform:translateX(2.0rem);
}
.ui_kit_whitchbox .custom-switch .custom-control-label::after {
  background-color: #5F6973;
  border-radius: 25px;
  height: 20px;
  left: calc(-2.25rem + 5px);
  top: 9px;
  width: 20px;
}
/*== Select Box Widget UI Page ==*/
.bootstrap-select .dropdown-menu{
  border: 1px solid #EAEAEA;
  -webkit-box-shadow: 0px 18px 60px rgba(23, 26, 33, 0.05);
  -moz-box-shadow: 0px 18px 60px rgba(23, 26, 33, 0.05);
  -o-box-shadow: 0px 18px 60px rgba(23, 26, 33, 0.05);
  box-shadow: 0px 18px 60px rgba(23, 26, 33, 0.05);
}
.bootstrap-select .dropdown-menu li{
  margin: 0 15px;
  padding-left: 0;
}
.bootstrap-select>.dropdown-toggle{
  background-color: transparent;
  border: 1px solid #eaeaea;
  border-radius: 8px;
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  height: 50px;
  line-height: 35px;
  letter-spacing: 0em;
  line-height: 35px;
  text-align: left;
}
.bootstrap-select>.dropdown-toggle:hover,
.bootstrap-select>.dropdown-toggle:active,
.bootstrap-select>.dropdown-toggle:focus{
  box-shadow: none !important;
  outline: none !important;
}
.bootstrap-select .dropdown-menu li a{
  border-bottom: 1px solid #EAEAEA;
  color: #1A3760;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: 0em;
  padding: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.bootstrap-select .dropdown-menu li:last-child a{
  border-bottom: none;
}
.bootstrap-select .dropdown-menu li:hover a{
  color: #cb281f;
  font-weight: 600;
}
.bootstrap-select .dropdown-menu li a,
.bootstrap-select .dropdown-menu li a:active,
.bootstrap-select .dropdown-menu li a:focus{
  background-color: transparent;color: #1A3760;text-transform: capitalize
}
.bootstrap-select .dropdown-menu li a:hover{
  background-color: transparent;color: #cb281f;text-transform: capitalize
}
.dropdown-toggle::after{
  vertical-align: .1em;
}
.ui_kit_select_box .custom-select:focus{
  box-shadow: none;
  border-color: #ebebeb;
}
.ui_kit_progress_bar .skills li span {
  color: #262626;
}
/*== BlockQueto UI Page ==*/
.ui_page_heading{
  position: relative;
}
.ui_page_heading .main_title{
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
}
.ui_page_heading .short_code_title{
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
}
.ui_page_heading p{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}
.ui_page_heading .blockquote,
.ui_page_heading .blockquote,
.mbp_blockquote .blockquote{
  background-color: #EEF2F6;
  border-radius: 8px;
  margin-bottom: 50px;
  padding: 50px 60px;
  position: relative;
  width: 80%;
}
.mbp_blockquote .blockquote{
  width: 100%;
}
.ui_page_heading .blockquote .title{
  color: #1A3760;
  font-size: 13px;
  font-style: italic;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
}
.ui_page_heading .blockquote figcaption.blockquote-footer{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  margin-top: 15px;
}
.mbp_blockquote .blockquote .title,
.mbp_blockquote .blockquote .title em{
  color: #1A3760;
  font-size: 13px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
  margin-bottom: 30px;
  width: 90%;
}
.mbp_blockquote .blockquote-footer{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}
.ui_page_heading .blockquote .blockquote-footer:before{
  display: none;
}
.order_list{
  margin-bottom: 0;
}
.order_list li{
  padding-left: 30px;
  position: relative;
  line-height: 45px;
}
.order_list li a span{
  background-color: #5F6973;
  color: #5F6973;
  left: 0;
  position: absolute;
}
.order_list li a{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: 0em;
}
.list-style-check-circle li a:before{
  content: "\f058";
  color: #5F6973;
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  font-size: 18px;
}
.list-style-type-bullet li{
  color: #5F6973;
  list-style-type: disc;
  margin-left: 15px;
  padding-left: 0;
  position: relative;
}
/*== MultiSelect CheckBox Widget UI Page ==*/
.ui_kit_multi_select_box .dropdown.bootstrap-select.show-tick.show .dropdown-menu {
  border-radius: 3px;
  margin: 0;
}
.ui_kit_multi_select_box .bootstrap-select.show-tick .dropdown-menu li a span.text{
  font-size: 14px;
  color: #1A3760;
  line-height: 2.5;
}
.ui_kit_select_search .dropdown-menu.show{
  border-radius: 0 0 3px 3px;
  margin: 0;
}
.ui_kit_select_search .bootstrap-select .dropdown-menu li a span.text{
  font-size: 14px;
  color: #1A3760;
  line-height: 2.5;
  text-transform: capitalize
}
.ui_kit_select_box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn),
.ui_kit_multi_select_box .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.ui_kit_select_box .bootstrap-select>.dropdown-toggle,
.ui_kit_multi_select_box .bootstrap-select>.dropdown-toggle {
  background-color: #fff;
  border: 1px solid #EAEAEA;
  border-radius: 8px;
  color: #5F6973;
  height: 60px;
  line-height: 50px;
  padding-left: 24px;
}
.ui_kit_select_box .bootstrap-select>.dropdown-toggle:focus,
.ui_kit_multi_select_box .bootstrap-select>.dropdown-toggle:focus,
.ui_kit_multi_select_box .bootstrap-select>.dropdown-toggle:focus-visible {
  border: none;
  box-shadow: none !important;
  outline: none !important;
}
.ui_kit_select_box .filter-option-inner-inner:focus,
.ui_kit_multi_select_box .filter-option-inner-inner:focus {
  outline: none;
}
.ui_kit_select_box .btn-light:not(:disabled):not(.disabled).active,
.ui_kit_select_box .btn-light:not(:disabled):not(.disabled):active,
.ui_kit_select_box .show>.btn-light.dropdown-toggle,
.ui_kit_multi_select_box .btn-light:not(:disabled):not(.disabled).active,
.ui_kit_multi_select_box .btn-light:not(:disabled):not(.disabled):active,
.ui_kit_multi_select_box .show>.btn-light.dropdown-toggle {
  background-color: #ffffff;
  border: none;
  border-bottom: 2px solid #1947E2;
  color: #5F6973;
  outline: none;
}
/*== Blog Post Main Page ==*/
.mbp_pagination {
  display: inline-block;
  position: relative;
  width: 100%;
}
.mbp_pagination ul.page_navigation {
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}
.mbp_pagination ul.page_navigation li.page-item {
  display: inline-block;
  margin-right: 6px;
  margin-top: 12px;
}
.mbp_pagination ul.page_navigation li.page-item:first-child{
  left: 0;
  position: absolute;
}
.mbp_pagination ul.page_navigation li.page-item:last-child{
  right: 0;
  position: absolute;
}
.mbp_pagination ul.page_navigation li .page-link{
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 50%;
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  height: 40px;
  letter-spacing: 0em;
  line-height: 40px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 40px;
}
.mbp_pagination ul.page_navigation li.active .page-link {
  background-color: #cb281f;
  color: #1A3760;
}
.mbp_pagination .new_line_pagination{
  position: relative;
}
.mbp_pagination .new_line_pagination p{
  color: #5F6973;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
}
.mbp_pagination .new_line_pagination .pagination_line{
  background-color: #EAEAEA;
  border-radius: 10px;
  height: 6px;
  margin: 0 auto 20px;
  max-width: 300px;
  position: relative;
  width: 100%;
}
.mbp_pagination .new_line_pagination .pagination_line:before{
  background-color: #1A3760;
  border-radius: 10px;
  content: "";
  left: 0;
  height: 6px;
  max-width: 119px;
  position: absolute;
  width: 100%;
}
.mbp_pagination .new_line_pagination .pagi_btn{
  color: #1A3760;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0em;
  position: relative;
}
.mbp_pagination .new_line_pagination .pagi_btn:before{
  background-color: #1A3760;
  bottom: -3px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 60px;
}
/*<!--.main_blog_post_content{
  padding: 0 30px;
}-->*/
.mbp_thumb_post .para{
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
}
.mbp_thumb_post .thumb{
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.main_blog_post_content{
  position: relative;
}
.main_blog_post_content .mbp_thumb_post .details {
  padding-top: 30px;
}
.main_blog_post_content .mbp_thumb_post .details ul.post_meta{
  margin-bottom: 20px;
}
.mbp_thumb_post .details .post_meta li:nth-child(2) {
  margin-right: 20px;
  margin-left: 8px;
}
.mbp_thumb_post .details .post_meta li:nth-child(4) {
  margin-left: 8px;
}
.event_counter_plugin_container{
  position: relative;
}
.event_counter_plugin_content{
  text-align: center;
}
.event_counter_plugin_content ul{
  margin-bottom: 0;
  text-align: left;
}
.event_counter_plugin_content ul li {
  display: inline-block;
  font-size: 15px;
  line-height: 2.667;
  margin-top: 10px;
  text-align: left;
  text-transform: capitalize;
}
.event_counter_plugin_content ul li,
.event_counter_plugin_content ul li,
.event_counter_plugin_content ul li{
  margin-right: 10px;
}
.event_counter_plugin_content ul li:last-child{
  margin-right: 0;
}
.event_counter_plugin_content ul li span {
  border: 1px solid #1947E2;
  border-radius: 50%;
  color: #1947E2;
  display: block;
  font-size: 16px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  text-align: center;
  width: 50px;
}
.event_counter_plugin_content ul li .time_text{
  color: #1A3760;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0em;
  margin-top: 15px;
  text-align: center;
  text-transform: uppercase;
}
.home3_style .event_counter_plugin_content ul li span{
  border: 1px solid #CF3E3B;
  color: #CF3E3B;
}
.home3_style .event_counter_plugin_content ul{
  text-align: center;
}
.home5_style .event_counter_plugin_content ul li span{
  background-color: #fff;
  border: 1px solid #fff;
  color: #CF3E3B;
}
.home5_style .event_counter_plugin_content ul li .time_text{
  color: #fff;
}
.home7_style .event_counter_plugin_content ul li span{
  color: #1947E2;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  height: 90px;
  line-height: 90px;
  width: 90px;
}
.home7_style .event_counter_plugin_content ul li .time_text{
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
}
/*== Blog Grid Post ==*/
.blog_grid_post{
  border-style: solid;
  border-width: 2px;
  border-color: rgb(237, 239, 247);
  border-radius: 5px;
  background-color: #ffffff;
  overflow: hidden;
}



header.header-nav.menu_style_home_one.home7_style{margin-top: 20px!important;z-index: 999}


.lan{font-size: 12px!important;font-weight: 600!important}

.sidebar_seller_contact h5{font-size: 17px}













